JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-04-14T04:37:51.870Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-m48kw with PID 14 (/app/app.jar started by so in /app) 2021-04-14T04:37:51.876Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-14T04:37:51.877Z||main|||||INFO|500||The following profiles are active: basic 2021-04-14T04:37:58.312Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-14T04:37:58.313Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-14T04:37:58.396Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-14T04:37:59.891Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-14T04:38:00.048Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-14T04:38:00.438Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-14T04:38:00.442Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-14T04:38:00.526Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-14T04:38:00.672Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-14T04:38:01.033Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-14T04:38:01.664Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-14T04:38:03.821Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-14T04:38:03.863Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-14T04:38:04.158Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-14T04:38:04.394Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-04-14T04:38:05.614Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-14T04:38:06.548Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-14T04:38:06.567Z||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$$1e829be7.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-04-14T04:38:06.567Z||main|||||WARN|500||The sdc end point is not alive 2021-04-14T04:38:08.762Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-04-14T04:38:11.126Z||main|||||WARN|500||--- 2021-04-14T04:38:11.127Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-14T04:38:11.127Z||main|||||WARN|500||--- 2021-04-14T04:38:11.476Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-14T04:38:14.659Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-14T04:38:14.661Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-14T04:38:14.664Z||main|||||INFO|500||Started Application in 24.813 seconds (JVM running for 25.927) 2021-04-14T04:38:14.672Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-14T04:38:14.700Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-14T04:38:14.772Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0acd5f9c-030d-4e09-b7d9-d6fc5c9f56e6 url= /sdc/v1/artifactTypes 2021-04-14T04:38:14.772Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-14T04:38:15.891Z||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.12.149] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-14T04:38:15.897Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53c368e6 2021-04-14T04:38:15.897Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-14T04:38:15.909Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-14T04:38:15.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-14T04:38:15.913Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-14T04:39:04.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-14T04:39:04.654Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-14T04:39:04.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-14T04:39:04.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-14T04:39:04.664Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 341250a0-14bd-409f-91bc-513eadb41d54 url= /sdc/v1/artifactTypes 2021-04-14T04:39:04.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-14T04:39:05.682Z||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.12.149] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-14T04:39:05.683Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b38e7b3 2021-04-14T04:39:05.683Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-14T04:39:05.683Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-14T04:39:05.684Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-14T04:39:05.684Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-14T04:39:54.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-14T04:39:54.654Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-14T04:39:54.654Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-14T04:39:54.657Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-14T04:39:54.664Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8e6aaf4-9458-4608-a8ce-c48f6d33a7cc url= /sdc/v1/artifactTypes 2021-04-14T04:39:54.664Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-14T04:39:55.698Z||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.12.149] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-14T04:39:55.699Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a859c61 2021-04-14T04:39:55.700Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-14T04:39:55.700Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-14T04:39:55.701Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-14T04:39:55.701Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-14T04:40:44.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-14T04:40:44.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-14T04:40:44.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-14T04:40:44.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-14T04:40:44.666Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9311b5cb-1859-4406-906a-a6538f42fd12 url= /sdc/v1/artifactTypes 2021-04-14T04:40:44.666Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-14T04:40:45.720Z||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.12.149] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-14T04:40:45.721Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1968d3ee 2021-04-14T04:40:45.721Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-14T04:40:45.722Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-14T04:40:45.722Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-14T04:40:45.723Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-14T04:41:34.659Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-14T04:41:34.661Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-14T04:41:34.661Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-14T04:41:34.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-14T04:41:34.682Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a396cdce-ff72-4cb6-bf27-3b194359fb39 url= /sdc/v1/artifactTypes 2021-04-14T04:41:34.683Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-14T04:41:35.728Z||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.12.149] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-14T04:41:35.729Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a28b2b1 2021-04-14T04:41:35.730Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-14T04:41:35.731Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-14T04:41:35.731Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-14T04:41:35.732Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-14T04:42:24.655Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-14T04:42:24.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-14T04:42:24.656Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-14T04:42:24.665Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-14T04:42:24.670Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7012f2b3-31ed-4e33-b45a-ebd0fbb80ca0 url= /sdc/v1/artifactTypes 2021-04-14T04:42:24.671Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-14T04:42:25.714Z||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.12.149] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-14T04:42:25.716Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@684b4914 2021-04-14T04:42:25.717Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-14T04:42:25.717Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-14T04:42:25.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-14T04:42:25.718Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-14T04:43:14.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-14T04:43:14.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-14T04:43:14.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-14T04:43:14.661Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-14T04:43:14.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efb08e47-ea01-4852-891c-ed3d49ce5def url= /sdc/v1/artifactTypes 2021-04-14T04:43:14.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-14T04:43:15.733Z||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.12.149] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-14T04:43:15.734Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@395e273b 2021-04-14T04:43:15.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-14T04:43:15.735Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-14T04:43:15.735Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-14T04:43:15.735Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-14T04:44:04.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-14T04:44:04.654Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-14T04:44:04.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-14T04:44:04.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-14T04:44:04.668Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6580ba6a-45f0-4c8c-98cd-435696e6bbf9 url= /sdc/v1/artifactTypes 2021-04-14T04:44:04.669Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-14T04:44:04.844Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-14T04:44:04.851Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-14T04:44:04.872Z||scheduling-1|||||DEBUG|500||create keys 2021-04-14T04:44:04.879Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-14T04:44:04.908Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:44:04.927Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d8c5c40-b6a7-43b6-b5f4-3ab588df9edc url= /sdc/v1/registerForDistribution 2021-04-14T04:44:05.012Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3d8c5c40-b6a7-43b6-b5f4-3ab588df9edc url= /sdc/v1/registerForDistribution 2021-04-14T04:44:05.012Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-14T04:44:05.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:44:05.028Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:44:05.028Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:44:05.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:44:05.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:44:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:44:05.033Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-14T04:44:15.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:44:15.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:45:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:45:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:45:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:45:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:45:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:45:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:45:14.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:45:14.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:46:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:46:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:46:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:46:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:46:05.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:46:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:46:14.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:46:14.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:47:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:47:05.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:47:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:47:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:47:05.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:47:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:47:15.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:47:15.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:48:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:48:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:48:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:48:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:48:05.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:48:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:48:14.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:48:14.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:48:45.221Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-14T04:49:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:49:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:49:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:49:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:49:05.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:49:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:49:14.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:49:14.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:50:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:50:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:50:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:50:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:50:05.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:50:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:50:14.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:50:14.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:51:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:51:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:51:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:51:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:51:05.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:51:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:51:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:51:14.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:52:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:52:05.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:52:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:52:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:52:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:52:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:52:14.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:52:14.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:53:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:53:05.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:53:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:53:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:53:05.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:53:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:53:14.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:53:14.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:54:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:54:05.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:54:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:54:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:54:05.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:54:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:54:14.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:54:14.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:55:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:55:05.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:55:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:55:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:55:05.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:55:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:55:14.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:55:14.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:56:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:56:05.022Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:56:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:56:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:56:05.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:56:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:56:14.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:56:14.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:57:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:57:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:57:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:57:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:57:05.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:57:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:57:14.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:57:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:58:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:58:05.022Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:58:05.023Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:58:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:58:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:58:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:58:14.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:58:14.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:59:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:59:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:59:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:59:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T04:59:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T04:59:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T04:59:14.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T04:59:14.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:00:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:00:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:00:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:00:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:00:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:00:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:00:14.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:00:14.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:01:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:01:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:01:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:01:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:01:05.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:01:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:01:14.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:01:14.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:02:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:02:05.022Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:02:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:02:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:02:05.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:02:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:02:14.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:02:14.567Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:03:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:03:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:03:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:03:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:03:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:03:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:03:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:03:14.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:04:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:04:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:04:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:04:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:04:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:04:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:04:14.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:04:14.570Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:05:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:05:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:05:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:05:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:05:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:05:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:05:14.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:05:14.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:06:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:06:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:06:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:06:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:06:05.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:06:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:06:14.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:06:14.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:07:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:07:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:07:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:07:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:07:05.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:07:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:07:14.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:07:14.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:07:45.122Z||http-nio-8085-exec-9|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@b8bb757 ((conn=700) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-14T05:07:45.124Z||http-nio-8085-exec-9|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@4568d07f ((conn=680) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-14T05:07:45.126Z||http-nio-8085-exec-9|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@3aca5863 ((conn=681) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-14T05:08:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:08:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:08:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:08:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:08:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:08:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:08:14.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:08:14.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:09:05.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:09:05.022Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:09:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:09:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:09:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:09:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:09:14.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:09:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:10:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:10:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:10:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:10:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:10:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:10:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:10:14.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:10:14.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:11:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:11:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:11:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:11:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:11:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:11:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:11:14.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:11:14.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:12:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:12:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:12:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:12:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:12:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:12:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:12:14.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:12:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:13:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:13:05.022Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:13:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:13:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:13:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:13:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:13:14.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:13:14.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:14:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:14:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:14:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:14:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:14:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:14:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:14:14.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:14:14.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:15:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:15:05.022Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:15:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:15:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:15:05.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:15:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:15:14.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:15:14.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:16:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:16:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:16:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:16:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:16:05.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:16:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:16:14.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:16:14.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:17:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:17:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:17:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:17:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:17:05.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:17:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:17:14.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:17:14.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:18:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:18:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:18:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:18:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:18:05.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:18:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:18:14.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:18:14.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:19:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:19:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:19:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:19:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:19:05.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:19:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:19:14.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:19:14.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:20:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:20:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:20:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:20:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:20:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:20:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:20:14.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:20:14.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:21:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:21:05.022Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:21:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:21:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:21:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:21:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:21:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:21:14.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:22:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:22:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:22:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:22:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:22:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:22:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:22:14.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:22:14.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:23:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:23:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:23:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:23:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:23:05.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:23:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:23:14.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:23:14.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:24:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:24:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:24:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:24:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:24:05.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:24:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:24:14.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:24:14.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:25:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:25:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:25:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:25:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:25:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:25:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:25:14.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:25:14.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:26:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:26:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:26:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:26:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:26:05.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:26:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:26:14.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:26:14.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:27:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:27:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:27:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:27:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:27:05.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:27:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:27:14.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:27:14.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:28:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:28:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:28:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:28:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:28:05.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:28:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:28:14.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:28:14.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:29:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:29:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:29:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:29:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:29:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:29:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:29:14.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:29:14.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:30:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:30:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:30:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:30:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:30:05.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:30:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:30:14.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:30:14.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:31:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:31:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:31:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:31:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:31:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:31:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:31:14.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:31:14.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:32:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:32:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:32:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:32:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:32:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:32:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:32:14.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:32:14.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:33:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:33:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:33:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:33:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:33:05.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:33:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:33:14.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:33:14.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:34:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:34:05.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:34:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:34:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:34:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:34:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:34:14.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:34:14.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:35:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:35:05.022Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:35:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:35:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:35:05.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:35:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:35:14.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:35:14.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:36:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:36:05.022Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:36:05.022Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:36:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:36:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:36:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:36:14.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:36:14.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:37:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:37:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:37:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:37:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:37:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:37:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:37:14.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:37:14.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:38:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:38:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:38:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:38:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:38:05.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:38:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:38:14.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:38:14.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:39:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:39:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:39:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:39:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:39:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:39:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:39:14.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:39:14.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:40:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:40:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:40:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:40:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:40:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:40:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:40:14.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:40:14.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:41:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:41:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:41:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:41:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:41:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:41:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:41:14.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:41:14.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:42:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:42:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:42:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:42:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:42:05.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:42:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:42:14.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:42:14.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:43:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:43:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:43:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:43:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:43:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:43:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:43:14.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:43:14.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:44:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:44:05.022Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:44:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:44:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:44:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:44:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:44:14.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:44:14.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:45:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:45:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:45:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:45:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:45:05.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:45:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:45:14.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:45:14.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:46:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:46:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:46:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:46:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:46:05.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:46:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:46:14.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:46:14.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:47:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:47:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:47:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:47:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:47:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:47:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:47:14.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:47:14.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:48:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:48:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:48:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:48:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:48:05.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:48:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:48:14.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:48:14.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:49:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:49:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:49:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:49:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:49:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:49:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:49:14.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:49:14.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:50:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:50:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:50:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:50:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:50:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:50:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:50:14.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:50:14.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:51:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:51:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:51:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:51:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:51:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:51:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:51:14.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:51:14.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:52:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:52:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:52:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:52:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:52:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:52:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:52:14.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:52:14.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:53:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:53:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:53:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:53:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:53:05.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:53:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:53:14.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:53:14.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:54:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:54:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:54:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:54:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:54:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:54:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:54:14.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:54:14.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:55:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:55:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:55:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:55:05.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:55:05.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:55:05.034Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:55:14.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:55:14.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:56:05.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:56:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:56:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:56:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:05.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:05.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"141a9dda-6dcc-4420-bffc-b3a1ec659c11","serviceName":"basic_onboard_RCemXj","serviceVersion":"1.0","serviceUUID":"6c0d3f97-5a7a-4159-8064-04be15b8b49c","serviceDescription":"service","serviceInvariantUUID":"d2ab9464-a6df-4ccc-9d64-9372239bb158","resources":[{"resourceInstanceName":"basic_onboard_RCemXj 0","resourceName":"basic_onboard_RCemXj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86c6e36f-9516-4adb-a797-f4c0a28e1e42","resourceInvariantUUID":"e2df45ff-35d3-4748-8a28-8592c2b8a3cc","resourceCustomizationUUID":"6a5963c0-1dae-4a1f-b5c4-37a032eea3d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQ0NmNhNjk4NTYwODk0MGQzNTQ0Mzk4MzcxMzU0OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdaa4c0b-fcea-4cdb-ad04-a655c7ededa6","artifactVersion":"1"},{"artifactName":"basic_onboard_rcemxj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json","artifactChecksum":"YzViY2MyZjE1NzA0MmI2ZWIwZDEwY2NhYjM5MzFjZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"225e1db7-e404-483c-a277-f1dbf4029a33","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"facd9719-050a-4080-af7d-df45b5aa5498","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7064ef50-f68a-4140-8cd1-d8ccab9a7c69","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c3af3ee-ceba-4283-9c2f-a1bb07d6150f","artifactVersion":"2","generatedFromUUID":"facd9719-050a-4080-af7d-df45b5aa5498"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRcemxj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml","artifactChecksum":"ZWU5YWI3ZjlhMWM4NzU4MzE4YzdhYTU1YjViYTFkYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53401d5b-83ae-4efa-a501-4a8e8df052a1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRcemxj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar","artifactChecksum":"NmYxZjE3NDMxMWVjMjZjZjk5MGY0MWI0NDQ3YmY5MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec0b3837-0930-4e98-9b1e-c7f5c9da8944","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-14T05:56:05.652Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:05.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379710507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.658Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:56:05.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "cds", "timestamp": 1618379714692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379709046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "clamp", "timestamp": 1618379710659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379710507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOTIFIED" } 2021-04-14T05:56:05.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "cds", "timestamp": 1618379714692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379709046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "clamp", "timestamp": 1618379710659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOTIFIED" } 2021-04-14T05:56:05.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379710507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "cds", "timestamp": 1618379714692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379709046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "clamp", "timestamp": 1618379710659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379710507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "cds", "timestamp": 1618379714692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379709046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "clamp", "timestamp": 1618379710659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "ves-openapi-manager", "timestamp": 1618379719585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379710507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-14T05:56:05.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "cds", "timestamp": 1618379714692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379709046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "clamp", "timestamp": 1618379710659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "policy-id", "timestamp": 1618379720427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "ves-openapi-manager", "timestamp": 1618379719585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379710507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "cds", "timestamp": 1618379714692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379709046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "clamp", "timestamp": 1618379710659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "policy-id", "timestamp": 1618379720427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379721562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "ves-openapi-manager", "timestamp": 1618379719585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379710507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "cds", "timestamp": 1618379714692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379709046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "clamp", "timestamp": 1618379710659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "policy-id", "timestamp": 1618379720427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T05:56:05.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379721562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOTIFIED" } 2021-04-14T05:56:05.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "ves-openapi-manager", "timestamp": 1618379719585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "policy-id", "timestamp": 1618379720427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "dcae-sch", "timestamp": 1618379723454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379721562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "ves-openapi-manager", "timestamp": 1618379719585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "dcae-sch", "timestamp": 1618379723454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "policy-id", "timestamp": 1618379720427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379721562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379725246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "ves-openapi-manager", "timestamp": 1618379719585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "cds", "timestamp": 1618379725261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379725267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379724685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "policy-id", "timestamp": 1618379720427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "dcae-sch", "timestamp": 1618379723454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379721562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "ves-openapi-manager", "timestamp": 1618379719585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "cds", "timestamp": 1618379726281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-04-14T05:56:05.687Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:05.697Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:05.697Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:56:05.797Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2021-04-14T05:56:05.800Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:05.801Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:05.812Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:05.814Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:56:05.873Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11 2021-04-14T05:56:05.893Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:56:05.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379724685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOTIFIED" } 2021-04-14T05:56:05.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379726838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "dcae-sch", "timestamp": 1618379723454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "policy-id", "timestamp": 1618379720427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:56:05.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379721562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379724685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "dcae-sch", "timestamp": 1618379723454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379721562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379728270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379724685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "policy-id", "timestamp": 1618379728562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379728761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "dcae-sch", "timestamp": 1618379723454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379724685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "policy-id", "timestamp": 1618379729569, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379729765, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:56:05.941Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11 2021-04-14T05:56:05.941Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:56:05.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379729883, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:56:05.950Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11 2021-04-14T05:56:05.951Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:56:05.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "dcae-sch", "timestamp": 1618379723454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379730201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379724685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "policy-id", "timestamp": 1618379730573, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:56:05.961Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11 2021-04-14T05:56:05.961Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T05:56:05.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-k8s-id", "timestamp": 1618379730887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T05:56:05.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379724685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:56:05.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379731810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379733805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "aai-ml", "timestamp": 1618379733409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379734398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "aai-ml", "timestamp": 1618379733409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379735406, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:56:05.972Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11 2021-04-14T05:56:05.972Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T05:56:05.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379735732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "aai-ml", "timestamp": 1618379733409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-windriver-id", "timestamp": 1618379736410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379736882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "aai-ml", "timestamp": 1618379733409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379737889, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:56:05.979Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11 2021-04-14T05:56:05.979Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "aai-ml", "timestamp": 1618379733409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "clamp", "timestamp": 1618379738357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379738893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "aai-ml", "timestamp": 1618379733409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "clamp", "timestamp": 1618379739517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "aai-ml", "timestamp": 1618379733409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "clamp", "timestamp": 1618379740522, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:56:05.985Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11 2021-04-14T05:56:05.985Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:56:05.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "aai-ml", "timestamp": 1618379743777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:05.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "aai-ml", "timestamp": 1618379756025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:56:05.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:56:05.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:56:05.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "aai-ml", "timestamp": 1618379757030, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:56:05.995Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11 2021-04-14T05:56:05.995Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:56:06.714Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:56:06.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:06.718Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:06.718Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOTIFIED" } 2021-04-14T05:56:06.818Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T05:56:06.819Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:06.819Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:06.831Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:06.832Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:07.719Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:56:07.720Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:07.723Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:07.723Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T05:56:07.823Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T05:56:07.824Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:07.824Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:07.836Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:07.837Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:08.724Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:56:08.725Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:08.727Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:08.727Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:08.827Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:08.828Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:08.828Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:08.838Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:08.839Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:09.727Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:56:09.728Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:09.730Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:09.730Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-14T05:56:09.830Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:09.831Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:09.831Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:09.842Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:09.842Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:10.734Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:56:10.734Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:10.736Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:10.736Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:56:10.837Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:10.838Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:10.838Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:10.847Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:10.848Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:11.737Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:56:11.738Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:11.740Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:11.740Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:56:11.840Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:11.841Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:11.841Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:11.851Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:11.852Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:12.742Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "serviceName": "basic_onboard_RCemXj", "serviceVersion": "1.0", "serviceUUID": "6c0d3f97-5a7a-4159-8064-04be15b8b49c", "serviceDescription": "service", "serviceInvariantUUID": "d2ab9464-a6df-4ccc-9d64-9372239bb158", "resources": [ { "resourceInstanceName": "basic_onboard_RCemXj 0", "resourceCustomizationUUID": "6a5963c0-1dae-4a1f-b5c4-37a032eea3d5", "resourceName": "basic_onboard_RCemXj", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "86c6e36f-9516-4adb-a797-f4c0a28e1e42", "resourceInvariantUUID": "e2df45ff-35d3-4748-8a28-8592c2b8a3cc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_rcemxj0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "artifactChecksum": "YzViY2MyZjE1NzA0MmI2ZWIwZDEwY2NhYjM5MzFjZjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "225e1db7-e404-483c-a277-f1dbf4029a33", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "facd9719-050a-4080-af7d-df45b5aa5498", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6c3af3ee-ceba-4283-9c2f-a1bb07d6150f", "generatedFromUUID": "facd9719-050a-4080-af7d-df45b5aa5498" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6c3af3ee-ceba-4283-9c2f-a1bb07d6150f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardRcemxj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "artifactChecksum": "NmYxZjE3NDMxMWVjMjZjZjk5MGY0MWI0NDQ3YmY5MDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec0b3837-0930-4e98-9b1e-c7f5c9da8944" } ], "workloadContext": "Production" } 2021-04-14T05:56:12.743Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-14T05:56:12.743Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c0d3f97-5a7a-4159-8064-04be15b8b49c ASDC 2021-04-14T05:56:12.855Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:141a9dda-6dcc-4420-bffc-b3a1ec659c11 ServiceName:basic_onboard_RCemXj ServiceVersion:1.0 ServiceUUID:6c0d3f97-5a7a-4159-8064-04be15b8b49c ServiceInvariantUUID:d2ab9464-a6df-4ccc-9d64-9372239bb158 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardRcemxj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar ArtifactUUID:ec0b3837-0930-4e98-9b1e-c7f5c9da8944 ArtifactChecksum:NmYxZjE3NDMxMWVjMjZjZjk5MGY0MWI0NDQ3YmY5MDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_RCemXj 0 ResourceCustomizationUUID:6a5963c0-1dae-4a1f-b5c4-37a032eea3d5 ResourceInvariantUUID:e2df45ff-35d3-4748-8a28-8592c2b8a3cc ResourceName:basic_onboard_RCemXj ResourceType:VF ResourceUUID:86c6e36f-9516-4adb-a797-f4c0a28e1e42 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_rcemxj0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json ArtifactUUID:225e1db7-e404-483c-a277-f1dbf4029a33 ArtifactChecksum:YzViY2MyZjE1NzA0MmI2ZWIwZDEwY2NhYjM5MzFjZjg= 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/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml ArtifactUUID:facd9719-050a-4080-af7d-df45b5aa5498 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/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env ArtifactUUID:6c3af3ee-ceba-4283-9c2f-a1bb07d6150f 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/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env ArtifactUUID:6c3af3ee-ceba-4283-9c2f-a1bb07d6150f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-14T05:56:12.855Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c0d3f97-5a7a-4159-8064-04be15b8b49c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T05:56:12.902Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T05:56:12.902Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T05:56:12.903Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T05:56:12.903Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ec0b3837-0930-4e98-9b1e-c7f5c9da8944 from URL: /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:12.903Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T05:56:12.904Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:14.021Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T05:56:14.128Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar ec0b3837-0930-4e98-9b1e-c7f5c9da8944 74809 2021-04-14T05:56:14.129Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar ASDC sendASDCNotification 2021-04-14T05:56:14.129Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:14.130Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T05:56:14.131Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:14.133Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:14.133Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379774129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:14.233Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:14.234Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:14.234Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:14.245Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:14.246Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:15.134Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T05:56:15.135Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T05:56:15.135Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ec0b3837-0930-4e98-9b1e-c7f5c9da8944, URL: /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar to file: /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:15.135Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:15.476Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:15.476Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:15.955Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP856318294596726886/Definitions/service-BasicOnboardRcemxj-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-04-14T05:56:17.724Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RCemXj 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RCemXj 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-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T05:56:17.741Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.743Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:17.746Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria 2021-04-14T05:56:17.746Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T05:56:17.747Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T05:56:17.748Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria 2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:17.752Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.752Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is not matching search criteria 2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T05:56:17.754Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.754Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria 2021-04-14T05:56:17.754Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria 2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria 2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is not matching search criteria 2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8f095dd6-9878-4b01-a2fe-cb75e987a2f4 2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:17.757Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:17.757Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:17.757Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_RCemXj Description:service Model UUID:6c0d3f97-5a7a-4159-8064-04be15b8b49c Model Version:NULL Model InvariantUuid:d2ab9464-a6df-4ccc-9d64-9372239bb158 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_RCemXj Model UUID:beae9c9c-1b60-4532-a512-3b284e8812e4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e2df45ff-35d3-4748-8a28-8592c2b8a3cc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6a5963c0-1dae-4a1f-b5c4-37a032eea3d5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4a1b3c2d-0111-420f-b7a9-098b154a4534 ModelName:BasicOnboardRcemxj..base_ubuntu18..module-0 ModelUuid:7982bf2d-2cbc-42c8-a54e-9bed770aff8d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8f095dd6-9878-4b01-a2fe-cb75e987a2f4 ModelInvariantUuid:67dab82f-1ec7-4d83-bae2-efbc80b85871 ModelName:basic_onboard_RCemXj-nodes.ubuntu18Cvfc ModelUuid:120e29ac-a3c8-4dca-aaed-da8a34978898 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8d2b2397-a9d2-4dff-aa62-03771c82fc5e ModelInvariantUuid:5b731a34-a1cd-4603-ac99-d852aa0865e7 ModelName:BasicOnboardRcemxj.compute.nodes.heat.ubuntu18 ModelUuid:532ceed5-d568-4ec5-b679-a086100fd730 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-14T05:56:17.833Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 86c6e36f-9516-4adb-a797-f4c0a28e1e42 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T05:56:17.927Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||basic_onboard_RCemXj 0 2021-04-14T05:56:17.934Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86c6e36f-9516-4adb-a797-f4c0a28e1e42 2021-04-14T05:56:17.934Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 225e1db7-e404-483c-a277-f1dbf4029a33 from URL: /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json 2021-04-14T05:56:17.934Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T05:56:17.934Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json 2021-04-14T05:56:18.244Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T05:56:18.245Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json 225e1db7-e404-483c-a277-f1dbf4029a33 798 2021-04-14T05:56:18.245Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json ASDC sendASDCNotification 2021-04-14T05:56:18.246Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json 2021-04-14T05:56:18.246Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T05:56:18.246Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:18.248Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:18.248Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379778245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:18.348Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:18.349Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:18.349Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:18.358Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:18.358Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:19.249Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRcemxj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4a1b3c2d-0111-420f-b7a9-098b154a4534", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7982bf2d-2cbc-42c8-a54e-9bed770aff8d", "vfModuleModelCustomizationUUID": "0fc6538e-4148-460b-9ec4-7e90680736af", "isBase": true, "artifacts": [ "facd9719-050a-4080-af7d-df45b5aa5498", "6c3af3ee-ceba-4283-9c2f-a1bb07d6150f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T05:56:19.271Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRcemxj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7982bf2d-2cbc-42c8-a54e-9bed770aff8d VfModuleModelInvariantUUID:4a1b3c2d-0111-420f-b7a9-098b154a4534 VfModuleModelDescription:NULL Artifacts UUID List:{ facd9719-050a-4080-af7d-df45b5aa5498 , 6c3af3ee-ceba-4283-9c2f-a1bb07d6150f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T05:56:19.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRcemxj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4a1b3c2d-0111-420f-b7a9-098b154a4534", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7982bf2d-2cbc-42c8-a54e-9bed770aff8d", "vfModuleModelCustomizationUUID": "0fc6538e-4148-460b-9ec4-7e90680736af", "isBase": true, "artifacts": [ "facd9719-050a-4080-af7d-df45b5aa5498", "6c3af3ee-ceba-4283-9c2f-a1bb07d6150f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T05:56:19.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRcemxj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7982bf2d-2cbc-42c8-a54e-9bed770aff8d VfModuleModelInvariantUUID:4a1b3c2d-0111-420f-b7a9-098b154a4534 VfModuleModelDescription:NULL Artifacts UUID List:{ facd9719-050a-4080-af7d-df45b5aa5498 , 6c3af3ee-ceba-4283-9c2f-a1bb07d6150f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T05:56:19.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: facd9719-050a-4080-af7d-df45b5aa5498 from URL: /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml 2021-04-14T05:56:19.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T05:56:19.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml 2021-04-14T05:56:23.156Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T05:56:23.157Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml facd9719-050a-4080-af7d-df45b5aa5498 5033 2021-04-14T05:56:23.157Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-14T05:56:23.157Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml 2021-04-14T05:56:23.157Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T05:56:23.157Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:23.159Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:23.159Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379783157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:23.260Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:23.260Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:23.261Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:23.273Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:23.273Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:24.161Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6c3af3ee-ceba-4283-9c2f-a1bb07d6150f from URL: /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env 2021-04-14T05:56:24.161Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T05:56:24.162Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env 2021-04-14T05:56:25.560Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T05:56:25.560Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env 6c3af3ee-ceba-4283-9c2f-a1bb07d6150f 909 2021-04-14T05:56:25.561Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-14T05:56:25.561Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env 2021-04-14T05:56:25.561Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T05:56:25.561Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:25.563Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:25.563Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379785560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-14T05:56:25.663Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:25.664Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:25.664Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:25.674Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:25.674Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:26.563Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6c0d3f97-5a7a-4159-8064-04be15b8b49c 2021-04-14T05:56:26.564Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RCemXj 0 86c6e36f-9516-4adb-a797-f4c0a28e1e42 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T05:56:26.657Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.658Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:26.658Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-14T05:56:26.658Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6a5963c0-1dae-4a1f-b5c4-37a032eea3d5 2021-04-14T05:56:26.658Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a5963c0-1dae-4a1f-b5c4-37a032eea3d5 matches Tosca VF Customization UUID: 6a5963c0-1dae-4a1f-b5c4-37a032eea3d5 2021-04-14T05:56:26.658Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6a5963c0-1dae-4a1f-b5c4-37a032eea3d5 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-14T05:56:26.672Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.673Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:26.674Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6a5963c0-1dae-4a1f-b5c4-37a032eea3d5: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-04-14T05:56:26.674Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1474b7b2 2021-04-14T05:56:26.675Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.675Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T05:56:26.675Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0fc6538e-4148-460b-9ec4-7e90680736af 2021-04-14T05:56:26.677Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0fc6538e-4148-460b-9ec4-7e90680736af Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-14T05:56:26.690Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.690Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria 2021-04-14T05:56:26.691Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:56:26.691Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria 2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is not matching search criteria 2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-14T05:56:26.693Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8f095dd6-9878-4b01-a2fe-cb75e987a2f4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-14T05:56:26.712Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.712Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria 2021-04-14T05:56:26.712Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:56:26.713Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.713Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria 2021-04-14T05:56:26.713Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=6a5963c0-1dae-4a1f-b5c4-37a032eea3d5 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T05:56:26.715Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.715Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6c0d3f97-5a7a-4159-8064-04be15b8b49c: basic_onboard_RCemXj 2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:26.717Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.717Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:26.717Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:56:26.717Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:56:26.717Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_RCemXj Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:56:26.986Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RCemXj 86c6e36f-9516-4adb-a797-f4c0a28e1e42 1 ASDC deployResourceStructure 2021-04-14T05:56:26.987Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json ASDC sendASDCNotification 2021-04-14T05:56:26.987Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json 2021-04-14T05:56:26.987Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T05:56:26.987Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:26.989Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:26.989Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379786987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T05:56:27.089Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:27.090Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:27.091Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:27.101Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:27.102Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:27.990Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-14T05:56:27.990Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml 2021-04-14T05:56:27.991Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T05:56:27.991Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:27.993Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:27.993Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379787990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-14T05:56:28.094Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T05:56:28.095Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:28.095Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:28.108Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:28.109Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-04-14T05:56:28.994Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-14T05:56:28.995Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env 2021-04-14T05:56:28.995Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T05:56:28.995Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:28.997Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:28.997Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379788994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-14T05:56:29.098Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:29.099Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:29.099Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:29.110Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:29.111Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:29.999Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar ASDC sendASDCNotification 2021-04-14T05:56:29.999Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar 2021-04-14T05:56:29.999Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T05:56:29.999Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:56:30.001Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:56:30.001Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379789999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:56:30.101Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:56:30.102Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:56:30.103Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:56:30.112Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:56:30.112Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:56:31.002Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 141a9dda-6dcc-4420-bffc-b3a1ec659c11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T05:56:31.015Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 141a9dda-6dcc-4420-bffc-b3a1ec659c11 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T05:56:31.018Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:56:31.022Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-14T05:57:01.023Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-14T05:57:01.031Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and serviceModelVersionId: 6c0d3f97-5a7a-4159-8064-04be15b8b49c 2021-04-14T05:57:01.031Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2ab9464-a6df-4ccc-9d64-9372239bb158 2021-04-14T05:57:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:57:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:57:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:05.158Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:05.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:57:05.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:57:05.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:57:13.488Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0 2021-04-14T05:57:13.604Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-14T05:57:14.128Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0|INFO|500||Invoke 2021-04-14T05:57:14.133Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[141a9dda-6dcc-4420-bffc-b3a1ec659c11], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76cbc17a-6028-4f95-bccb-1ed0ed5518dd], X-ECOMP-RequestID=[141a9dda-6dcc-4420-bffc-b3a1ec659c11], X-TransactionId=[], X-ONAP-RequestID=[141a9dda-6dcc-4420-bffc-b3a1ec659c11], Content-Type=[application/merge-patch+json]} 2021-04-14T05:57:14.336Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-14T05:57:14.608Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?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/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210414-05:57:14:344-32945], vertex-id=[147512], Content-Length=[0], Date=[Wed, 14 Apr 2021 05:57:14 GMT], Content-Type=[application/json]} 2021-04-14T05:57:14.609Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-14T05:57:14.610Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0|INFO|500||InvokeReturn 2021-04-14T05:57:14.612Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-14T05:57:14.613Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T05:57:14.617Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-14T05:57:14.624Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-14T05:57:14.625Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-14T05:57:14.626Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:14.628Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:14.628Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379834624, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T05:57:14.728Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T05:57:14.729Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:14.729Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:14.739Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:14.740Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T05:57:15.644Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:57:15.644Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:57:15.644Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:16.265Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:16.267Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-14T05:57:16.267Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa4819fd-6c57-477d-8b7c-00b82327f55f","serviceName":"vFW 2021-04-14 05-55-09","serviceVersion":"1.0","serviceUUID":"97272735-8ca3-4081-ad06-8cc5dcd7a522","serviceDescription":"catalog service description","serviceInvariantUUID":"c4ef97d4-4ad5-4aae-b41b-8a835e4e4031","resources":[{"resourceInstanceName":"vFW c40ada40-7141 0","resourceName":"vFW c40ada40-7141","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"437ead1d-c2a9-4241-9381-0673801a4e7a","resourceInvariantUUID":"e489ea31-307f-4844-b601-7cb42016504c","resourceCustomizationUUID":"deab7f46-9ef3-4d72-b773-a32161295577","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml","artifactChecksum":"MTg4ZTY1Y2U2ZWUzZGE0NmRiZGM5NTA3ODhkYWUyZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c90beef-3ed9-49a8-bf48-3f176914b3bc","artifactVersion":"1"},{"artifactName":"vfwc40ada4071410_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json","artifactChecksum":"NWQ3ODJiNTg0NzdkN2EwOTgxZjk5MDhjZWFiM2UxZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3accc0d6-fb55-460a-9be8-538fa5af7ed4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ace6ff6d-261b-4f30-b589-5c8c35a8d846","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml","artifactChecksum":"YjA5ZDZiMTM1YzBjODM3MzJkMzk3ZTkwOWRjMWJlODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"438a8d78-ec06-4787-a7ef-9a5b2d1efec4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef4d3caa-bd61-4893-96ba-8df8b08950a5","artifactVersion":"2","generatedFromUUID":"ace6ff6d-261b-4f30-b589-5c8c35a8d846"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210414055509-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml","artifactChecksum":"ZGNhZjgyNTVjMjJjYmExNGYxNGJiNjhhY2M3YjVhNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfdb761b-2462-4fa5-8724-c299c73965f3","artifactVersion":"1"},{"artifactName":"service-Vfw20210414055509-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar","artifactChecksum":"MGUzNGZmZWY3MTQ4MWI4MzQyZGNjOTdmNTlkYzczYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"465555cc-edd5-40a3-9e5c-05ac19483dfd","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-14T05:57:16.271Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:57:16.271Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:16.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:16.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:57:16.374Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:57:16.375Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:16.375Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:16.386Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:16.386Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:17.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:57:17.275Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:17.278Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:17.278Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOTIFIED" } 2021-04-14T05:57:17.378Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:57:17.379Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:17.379Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:17.390Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:17.390Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:18.279Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:57:18.280Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:18.282Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:18.283Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-14T05:57:18.382Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T05:57:18.383Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:18.384Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:18.396Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:18.396Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:19.283Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:57:19.285Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:19.287Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:19.287Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:57:19.388Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:57:19.389Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:19.389Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:19.399Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:19.400Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:20.288Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:57:20.290Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:20.292Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:20.292Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-14T05:57:20.392Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:57:20.393Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:20.393Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:20.404Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:20.404Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:21.292Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:57:21.293Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:21.295Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:21.295Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:57:21.395Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:57:21.397Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:21.397Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:21.408Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:21.409Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:22.296Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T05:57:22.297Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:22.299Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:22.300Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:57:22.400Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:57:22.401Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:22.401Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:22.412Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:22.413Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:23.302Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "serviceName": "vFW 2021-04-14 05-55-09", "serviceVersion": "1.0", "serviceUUID": "97272735-8ca3-4081-ad06-8cc5dcd7a522", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c4ef97d4-4ad5-4aae-b41b-8a835e4e4031", "resources": [ { "resourceInstanceName": "vFW c40ada40-7141 0", "resourceCustomizationUUID": "deab7f46-9ef3-4d72-b773-a32161295577", "resourceName": "vFW c40ada40-7141", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "437ead1d-c2a9-4241-9381-0673801a4e7a", "resourceInvariantUUID": "e489ea31-307f-4844-b601-7cb42016504c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc40ada4071410_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "artifactChecksum": "NWQ3ODJiNTg0NzdkN2EwOTgxZjk5MDhjZWFiM2UxZTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3accc0d6-fb55-460a-9be8-538fa5af7ed4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ace6ff6d-261b-4f30-b589-5c8c35a8d846", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ef4d3caa-bd61-4893-96ba-8df8b08950a5", "generatedFromUUID": "ace6ff6d-261b-4f30-b589-5c8c35a8d846" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ef4d3caa-bd61-4893-96ba-8df8b08950a5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210414055509-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "artifactChecksum": "MGUzNGZmZWY3MTQ4MWI4MzQyZGNjOTdmNTlkYzczYzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "465555cc-edd5-40a3-9e5c-05ac19483dfd" } ], "workloadContext": "Production" } 2021-04-14T05:57:23.302Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-14T05:57:23.302Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 97272735-8ca3-4081-ad06-8cc5dcd7a522 ASDC 2021-04-14T05:57:23.303Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:fa4819fd-6c57-477d-8b7c-00b82327f55f ServiceName:vFW 2021-04-14 05-55-09 ServiceVersion:1.0 ServiceUUID:97272735-8ca3-4081-ad06-8cc5dcd7a522 ServiceInvariantUUID:c4ef97d4-4ad5-4aae-b41b-8a835e4e4031 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210414055509-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar ArtifactUUID:465555cc-edd5-40a3-9e5c-05ac19483dfd ArtifactChecksum:MGUzNGZmZWY3MTQ4MWI4MzQyZGNjOTdmNTlkYzczYzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c40ada40-7141 0 ResourceCustomizationUUID:deab7f46-9ef3-4d72-b773-a32161295577 ResourceInvariantUUID:e489ea31-307f-4844-b601-7cb42016504c ResourceName:vFW c40ada40-7141 ResourceType:VF ResourceUUID:437ead1d-c2a9-4241-9381-0673801a4e7a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc40ada4071410_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json ArtifactUUID:3accc0d6-fb55-460a-9be8-538fa5af7ed4 ArtifactChecksum:NWQ3ODJiNTg0NzdkN2EwOTgxZjk5MDhjZWFiM2UxZTc= 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/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml ArtifactUUID:ace6ff6d-261b-4f30-b589-5c8c35a8d846 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/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env ArtifactUUID:ef4d3caa-bd61-4893-96ba-8df8b08950a5 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/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env ArtifactUUID:ef4d3caa-bd61-4893-96ba-8df8b08950a5 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-14T05:57:23.303Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97272735-8ca3-4081-ad06-8cc5dcd7a522 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:57:23.334Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T05:57:23.335Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T05:57:23.335Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T05:57:23.335Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 465555cc-edd5-40a3-9e5c-05ac19483dfd from URL: /sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:23.335Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T05:57:23.336Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:24.592Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T05:57:24.600Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar 465555cc-edd5-40a3-9e5c-05ac19483dfd 109995 2021-04-14T05:57:24.600Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar ASDC sendASDCNotification 2021-04-14T05:57:24.601Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:24.601Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T05:57:24.601Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:24.605Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:24.605Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379844600, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:57:24.705Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T05:57:24.706Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:24.706Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:24.715Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:24.715Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:25.606Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T05:57:25.607Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T05:57:25.608Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 465555cc-edd5-40a3-9e5c-05ac19483dfd, URL: /sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar to file: /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:25.608Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210414055509-csar.csar 2021-04-14T05:57:25.609Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:25.609Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:25.888Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5840144702783928555/Definitions/service-Vfw20210414055509-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-04-14T05:57:27.994Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||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-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||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-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||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-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c40ada40-7141 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-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c40ada40-7141 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T05:57:27.997Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:27.997Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:27.997Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:27.997Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T05:57:27.997Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria 2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bfb1d240-047e-4d02-8cfe-5a05a1e2cf7c 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=768f113b-1e41-4eb2-94c6-107231059303 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f1b3962c-d20c-459c-8718-b97320c08434 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:28.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:28.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:28.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-14 05-55-09 Description:catalog service description Model UUID:97272735-8ca3-4081-ad06-8cc5dcd7a522 Model Version:NULL Model InvariantUuid:c4ef97d4-4ad5-4aae-b41b-8a835e4e4031 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c40ada40-7141 Model UUID:818e12fc-d37f-42bd-93a2-e5c0a6b066f4 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e489ea31-307f-4844-b601-7cb42016504c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:deab7f46-9ef3-4d72-b773-a32161295577 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a8bed171-c921-4c3e-b2d1-3f2b16ec0c13 ModelName:VfwC40ada407141..base_vfw..module-0 ModelUuid:4d36eb2f-869a-44af-a641-64553bff096b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bfb1d240-047e-4d02-8cfe-5a05a1e2cf7c ModelInvariantUuid:b27643c0-a2bc-443f-9bee-a94ae3604314 ModelName:vFW c40ada40-7141-nodes.vfwCvfc ModelUuid:8dbce10a-dfde-48d1-b4fb-591646b00da7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f79a0c08-7093-4b53-aa28-bf12ffe9cc89 ModelInvariantUuid:cb929a2d-3875-49d1-95dc-8b5cb1d72051 ModelName:VfwC40ada407141.compute.nodes.heat.vfw ModelUuid:e539bd28-b786-4ea7-a3fd-9918a075dbe9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:768f113b-1e41-4eb2-94c6-107231059303 ModelInvariantUuid:736084b6-0e69-45b6-9e11-41648c5db865 ModelName:vFW c40ada40-7141-nodes.vsnCvfc ModelUuid:bb50d525-2f32-4e13-accd-969c1dca565f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:344aa7d2-30e6-411a-a289-f77a960ff44f ModelInvariantUuid:c6979678-f1ff-4b3f-84c9-beadc3940356 ModelName:VfwC40ada407141.compute.nodes.heat.vsn ModelUuid:b8205c91-a554-4ed0-ba20-6666883b223f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f1b3962c-d20c-459c-8718-b97320c08434 ModelInvariantUuid:4fae94da-22e8-46fc-98d6-9169ab93cb70 ModelName:vFW c40ada40-7141-nodes.vpgCvfc ModelUuid:e0103649-3b8b-4fa4-a2ba-d9f860efc466 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:8adebf48-39f2-4ce7-a71a-e0c8b7401c7b ModelInvariantUuid:aed2d522-1959-427f-b8c9-d84fef9dc396 ModelName:VfwC40ada407141.compute.nodes.heat.vpg ModelUuid:d8dc3833-a143-45d7-a0ee-0bf49ca0dcbc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-14T05:57:28.013Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 437ead1d-c2a9-4241-9381-0673801a4e7a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T05:57:28.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||vFW c40ada40-7141 0 2021-04-14T05:57:28.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 437ead1d-c2a9-4241-9381-0673801a4e7a 2021-04-14T05:57:28.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3accc0d6-fb55-460a-9be8-538fa5af7ed4 from URL: /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json 2021-04-14T05:57:28.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T05:57:28.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json 2021-04-14T05:57:28.502Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T05:57:28.502Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json 3accc0d6-fb55-460a-9be8-538fa5af7ed4 785 2021-04-14T05:57:28.503Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json ASDC sendASDCNotification 2021-04-14T05:57:28.503Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json 2021-04-14T05:57:28.503Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T05:57:28.503Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:28.505Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:28.505Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379848503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T05:57:28.606Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T05:57:28.606Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:28.607Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:28.618Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:28.618Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:29.510Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC40ada407141..base_vfw..module-0", "vfModuleModelInvariantUUID": "a8bed171-c921-4c3e-b2d1-3f2b16ec0c13", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4d36eb2f-869a-44af-a641-64553bff096b", "vfModuleModelCustomizationUUID": "aeb90e07-d252-4af7-96ea-ec161755d4e3", "isBase": true, "artifacts": [ "ace6ff6d-261b-4f30-b589-5c8c35a8d846", "ef4d3caa-bd61-4893-96ba-8df8b08950a5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T05:57:29.516Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC40ada407141..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4d36eb2f-869a-44af-a641-64553bff096b VfModuleModelInvariantUUID:a8bed171-c921-4c3e-b2d1-3f2b16ec0c13 VfModuleModelDescription:NULL Artifacts UUID List:{ ace6ff6d-261b-4f30-b589-5c8c35a8d846 , ef4d3caa-bd61-4893-96ba-8df8b08950a5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T05:57:29.520Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC40ada407141..base_vfw..module-0", "vfModuleModelInvariantUUID": "a8bed171-c921-4c3e-b2d1-3f2b16ec0c13", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4d36eb2f-869a-44af-a641-64553bff096b", "vfModuleModelCustomizationUUID": "aeb90e07-d252-4af7-96ea-ec161755d4e3", "isBase": true, "artifacts": [ "ace6ff6d-261b-4f30-b589-5c8c35a8d846", "ef4d3caa-bd61-4893-96ba-8df8b08950a5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T05:57:29.520Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC40ada407141..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4d36eb2f-869a-44af-a641-64553bff096b VfModuleModelInvariantUUID:a8bed171-c921-4c3e-b2d1-3f2b16ec0c13 VfModuleModelDescription:NULL Artifacts UUID List:{ ace6ff6d-261b-4f30-b589-5c8c35a8d846 , ef4d3caa-bd61-4893-96ba-8df8b08950a5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T05:57:29.520Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ace6ff6d-261b-4f30-b589-5c8c35a8d846 from URL: /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml 2021-04-14T05:57:29.520Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T05:57:29.520Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml 2021-04-14T05:57:30.127Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T05:57:30.128Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml ace6ff6d-261b-4f30-b589-5c8c35a8d846 20368 2021-04-14T05:57:30.128Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-14T05:57:30.128Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml 2021-04-14T05:57:30.129Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T05:57:30.129Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:30.131Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:30.131Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379850128, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T05:57:30.231Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:57:30.232Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:30.232Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:30.258Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:30.259Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:31.132Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ef4d3caa-bd61-4893-96ba-8df8b08950a5 from URL: /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env 2021-04-14T05:57:31.133Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T05:57:31.133Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env 2021-04-14T05:57:31.970Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T05:57:31.971Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env ef4d3caa-bd61-4893-96ba-8df8b08950a5 2098 2021-04-14T05:57:31.971Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-14T05:57:31.971Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env 2021-04-14T05:57:31.971Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T05:57:31.971Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:31.973Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:31.973Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379851971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-14T05:57:32.073Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T05:57:32.074Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:32.074Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:32.086Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:32.087Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-04-14T05:57:32.974Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 97272735-8ca3-4081-ad06-8cc5dcd7a522 2021-04-14T05:57:32.974Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c40ada40-7141 0 437ead1d-c2a9-4241-9381-0673801a4e7a ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= deab7f46-9ef3-4d72-b773-a32161295577 2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: deab7f46-9ef3-4d72-b773-a32161295577 matches Tosca VF Customization UUID: deab7f46-9ef3-4d72-b773-a32161295577 2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: deab7f46-9ef3-4d72-b773-a32161295577 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-14T05:57:32.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:32.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:32.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id deab7f46-9ef3-4d72-b773-a32161295577: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-04-14T05:57:32.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f41294d 2021-04-14T05:57:32.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:32.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T05:57:32.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aeb90e07-d252-4af7-96ea-ec161755d4e3 2021-04-14T05:57:32.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aeb90e07-d252-4af7-96ea-ec161755d4e3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-14T05:57:33.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:33.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria 2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:33.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-14T05:57:33.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:33.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-14T05:57:33.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-14T05:57:33.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bfb1d240-047e-4d02-8cfe-5a05a1e2cf7c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-14T05:57:33.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria 2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-14T05:57:33.009Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=768f113b-1e41-4eb2-94c6-107231059303 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-14T05:57:33.011Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.011Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:33.011Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:57:33.013Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria 2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-14T05:57:33.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-14T05:57:33.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f1b3962c-d20c-459c-8718-b97320c08434 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-14T05:57:33.018Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.019Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:33.019Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T05:57:33.019Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.019Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria 2021-04-14T05:57:33.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=deab7f46-9ef3-4d72-b773-a32161295577 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T05:57:33.022Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.022Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:33.022Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 97272735-8ca3-4081-ad06-8cc5dcd7a522: vFW c40ada40-7141 2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:33.024Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.024Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:33.024Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T05:57:33.024Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T05:57:33.024Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-04-14 05-55-09 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:57:33.216Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c40ada40-7141 437ead1d-c2a9-4241-9381-0673801a4e7a 1 ASDC deployResourceStructure 2021-04-14T05:57:33.216Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json ASDC sendASDCNotification 2021-04-14T05:57:33.216Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json 2021-04-14T05:57:33.217Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T05:57:33.217Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:33.219Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:33.219Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379853216, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "DEPLOY_OK" } 2021-04-14T05:57:33.319Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:57:33.320Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:33.320Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:33.329Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:33.330Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:34.220Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-14T05:57:34.221Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml 2021-04-14T05:57:34.221Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T05:57:34.221Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:34.223Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:34.223Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379854220, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-14T05:57:34.324Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T05:57:34.325Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:34.325Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:34.335Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:34.335Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:35.225Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-14T05:57:35.225Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env 2021-04-14T05:57:35.225Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T05:57:35.225Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:35.227Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:35.227Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379855224, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-14T05:57:35.328Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T05:57:35.329Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:35.329Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:35.346Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:35.347Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-04-14T05:57:36.229Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar ASDC sendASDCNotification 2021-04-14T05:57:36.230Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar 2021-04-14T05:57:36.230Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T05:57:36.230Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:57:36.233Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:57:36.233Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379856229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:57:36.333Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:57:36.334Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:57:36.334Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:57:36.346Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:57:36.346Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T05:57:37.234Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T05:57:37.240Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T05:57:37.241Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T05:57:37.242Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T05:57:37.242Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T05:58:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:58:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:58:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:58:05.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:58:05.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "NOTIFIED" } 2021-04-14T05:58:05.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:58:05.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T05:58:05.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:58:05.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-14T05:58:05.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:58:05.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:58:05.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379765020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:58:05.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:58:05.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379774129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:58:05.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379778245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379783157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379785560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379786987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T05:58:05.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379787990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-14T05:58:05.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379788994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-14T05:58:05.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379789999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:58:05.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:58:07.242Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T05:58:07.248Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T05:58:07.250Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T05:58:07.250Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T05:58:07.250Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T05:58:37.250Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T05:58:37.263Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T05:58:37.264Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T05:58:37.264Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T05:58:37.265Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T05:59:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:59:05.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:59:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:59:05.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:59:05.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "cds", "timestamp": 1618379819692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379824686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379821562, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "aai-ml", "timestamp": 1618379823409, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "ves-openapi-manager", "timestamp": 1618379819585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "dcae-sch", "timestamp": 1618379823454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "policy-id", "timestamp": 1618379820427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "cds", "timestamp": 1618379819692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379824686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOTIFIED" } 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379821562, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOTIFIED" } 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "aai-ml", "timestamp": 1618379823409, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "ves-openapi-manager", "timestamp": 1618379819585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "dcae-sch", "timestamp": 1618379823454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "policy-id", "timestamp": 1618379820427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "cds", "timestamp": 1618379819692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379821562, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "aai-ml", "timestamp": 1618379823409, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379824686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "ves-openapi-manager", "timestamp": 1618379819585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "dcae-sch", "timestamp": 1618379823454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "policy-id", "timestamp": 1618379820427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379829045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "cds", "timestamp": 1618379819692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379821562, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379824686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "aai-ml", "timestamp": 1618379823409, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "ves-openapi-manager", "timestamp": 1618379819585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "dcae-sch", "timestamp": 1618379823454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "policy-id", "timestamp": 1618379820427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379829045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "cds", "timestamp": 1618379819692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379821562, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "aai-ml", "timestamp": 1618379823409, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379824686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "ves-openapi-manager", "timestamp": 1618379819585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "dcae-sch", "timestamp": 1618379823454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "policy-id", "timestamp": 1618379820427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379830507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "clamp", "timestamp": 1618379830659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379829045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "cds", "timestamp": 1618379819692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379821562, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379824686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "aai-ml", "timestamp": 1618379823409, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "ves-openapi-manager", "timestamp": 1618379819585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "dcae-sch", "timestamp": 1618379823454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "policy-id", "timestamp": 1618379820427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379830507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOTIFIED" } 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "clamp", "timestamp": 1618379830659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOTIFIED" } 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379829045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "cds", "timestamp": 1618379819692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:59:05.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379821562, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "aai-ml", "timestamp": 1618379823409, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379824686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "ves-openapi-manager", "timestamp": 1618379819585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "dcae-sch", "timestamp": 1618379823454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "policy-id", "timestamp": 1618379820427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:59:05.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379830507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-14T05:59:05.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "clamp", "timestamp": 1618379830659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379829045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379830507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "clamp", "timestamp": 1618379830659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379834405, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "aai-ml", "timestamp": 1618379834419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379834432, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "cds", "timestamp": 1618379834515, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "policy-id", "timestamp": 1618379834520, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379834624, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T05:59:05.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379829045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379830507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-14T05:59:05.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "clamp", "timestamp": 1618379830659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "cds", "timestamp": 1618379835524, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:59:05.586Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f 2021-04-14T05:59:05.586Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:59:05.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "policy-id", "timestamp": 1618379835523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379829045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:59:05.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379835996, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379836013, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379830507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "clamp", "timestamp": 1618379830659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "policy-id", "timestamp": 1618379836526, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:59:05.602Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f 2021-04-14T05:59:05.602Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:59:05.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379836925, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.608Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379830507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:59:05.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379837204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "NOTIFIED" } 2021-04-14T05:59:05.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "clamp", "timestamp": 1618379830659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:59:05.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379837315, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379838210, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:59:05.613Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f 2021-04-14T05:59:05.614Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T05:59:05.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-14T05:59:05.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379838318, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:59:05.621Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f 2021-04-14T05:59:05.621Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T05:59:05.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-windriver-id", "timestamp": 1618379839213, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618379839321, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379839785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-14T05:59:05.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618379840788, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:59:05.630Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f 2021-04-14T05:59:05.630Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:59:05.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T05:59:05.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379841295, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379835644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "NOTIFIED" } 2021-04-14T05:59:05.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-14T05:59:05.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379844109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379844600, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "aai-ml", "timestamp": 1618379845757, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379845938, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "aai-ml", "timestamp": 1618379846760, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:59:05.645Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f 2021-04-14T05:59:05.645Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:59:05.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379846962, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:59:05.656Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f 2021-04-14T05:59:05.656Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T05:59:05.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "multicloud-k8s-id", "timestamp": 1618379847965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379848503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "clamp", "timestamp": 1618379849169, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379850128, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "clamp", "timestamp": 1618379850187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "clamp", "timestamp": 1618379851190, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:59:05.664Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f 2021-04-14T05:59:05.664Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T05:59:05.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379851971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-14T05:59:05.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379853216, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379854220, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379855224, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:05.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-14T05:59:05.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379856229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T05:59:05.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T05:59:07.265Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T05:59:07.272Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:59:07.276Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:59:07.276Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:59:07.276Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:59:07.276Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T05:59:07.276Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T05:59:07.280Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-14T05:59:37.280Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-14T05:59:37.283Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa4819fd-6c57-477d-8b7c-00b82327f55f and serviceModelVersionId: 97272735-8ca3-4081-ad06-8cc5dcd7a522 2021-04-14T05:59:37.283Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4ef97d4-4ad5-4aae-b41b-8a835e4e4031 2021-04-14T05:59:37.284Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0 2021-04-14T05:59:37.290Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-14T05:59:37.334Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0|INFO|500||Invoke 2021-04-14T05:59:37.334Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa4819fd-6c57-477d-8b7c-00b82327f55f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f47a84a8-c8b5-479e-a436-5c0dc4b9f09f], X-ECOMP-RequestID=[fa4819fd-6c57-477d-8b7c-00b82327f55f], X-TransactionId=[], X-ONAP-RequestID=[fa4819fd-6c57-477d-8b7c-00b82327f55f], Content-Type=[application/merge-patch+json]} 2021-04-14T05:59:37.360Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-14T05:59:37.430Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?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/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210414-05:59:37:365-90462], vertex-id=[180264], Content-Length=[0], Date=[Wed, 14 Apr 2021 05:59:37 GMT], Content-Type=[application/json]} 2021-04-14T05:59:37.431Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-14T05:59:37.431Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0|INFO|500||InvokeReturn 2021-04-14T05:59:37.432Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-14T05:59:37.432Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T05:59:37.439Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-14T05:59:37.439Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa4819fd-6c57-477d-8b7c-00b82327f55f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-14T05:59:37.440Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-14T05:59:37.440Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T05:59:37.443Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T05:59:37.443Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379977439, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T05:59:37.543Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T05:59:37.544Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T05:59:37.544Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T05:59:37.558Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:59:37.559Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T05:59:38.452Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:59:38.452Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:59:38.453Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:59:48.655Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T05:59:48.655Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T05:59:48.656Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T05:59:48.656Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ... 2021-04-14T05:59:58.196Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:00:05.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:00:05.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:00:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:00:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:00:05.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:00:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:00:05.650Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:00:05.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-14T06:00:05.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618379977439, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:00:05.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:00:14.557Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:01:05.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:01:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:01:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:01:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:01:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:01:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:01:14.564Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:01:14.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:02:05.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:02:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:02:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:02:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:02:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:02:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:02:14.560Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:02:14.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:03:05.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:03:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:03:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:03:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:03:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:03:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:03:05.688Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:03:05.689Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-14T06:03:05.689Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b68eaca8-16ce-479a-825f-e03c159e9738","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2d0931d8-f075-4565-b21e-10e2cae1b919","serviceDescription":"service","serviceInvariantUUID":"e6748a0d-04a1-43eb-a2cf-544c13dc290d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b18b7b5a-d488-48fb-8436-0f9e44b6a5cf","resourceInvariantUUID":"00f02470-7668-4e2b-a1bc-4cff148e2bc8","resourceCustomizationUUID":"beb91b50-6336-4c4b-bf33-88d5d932121f","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":"YzE2ODE5NWM0OGU0NjMwNzQ2MTI3ZjBiNjJiNGIzOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"350e8d9d-52e0-4b98-b650-50697f77cf44","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGVhYTcwYzFjZTdiYzY1ODcxNjg4NjQ0YTkzODExNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"499a519e-44bd-4c71-a84b-f34556aba400","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-14T06:03:05.691Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:03:05.691Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:03:05.694Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:03:05.694Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380185020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:03:05.794Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:03:05.795Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:03:05.795Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:03:05.805Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:03:05.806Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:03:05.915Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:03:05.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:03:05.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "multicloud-windriver-id", "timestamp": 1618380181562, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:03:05.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:03:06.694Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:03:06.695Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:03:06.698Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:03:06.698Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380185020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:03:06.798Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:03:06.799Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:03:06.799Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:03:06.807Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:03:06.807Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:03:07.699Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2d0931d8-f075-4565-b21e-10e2cae1b919", "serviceDescription": "service", "serviceInvariantUUID": "e6748a0d-04a1-43eb-a2cf-544c13dc290d", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "beb91b50-6336-4c4b-bf33-88d5d932121f", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b18b7b5a-d488-48fb-8436-0f9e44b6a5cf", "resourceInvariantUUID": "00f02470-7668-4e2b-a1bc-4cff148e2bc8", "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": "ZGVhYTcwYzFjZTdiYzY1ODcxNjg4NjQ0YTkzODExNWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "499a519e-44bd-4c71-a84b-f34556aba400" } ], "workloadContext": "Production" } 2021-04-14T06:03:07.699Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-14T06:03:07.700Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d0931d8-f075-4565-b21e-10e2cae1b919 ASDC 2021-04-14T06:03:07.700Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b68eaca8-16ce-479a-825f-e03c159e9738 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2d0931d8-f075-4565-b21e-10e2cae1b919 ServiceInvariantUUID:e6748a0d-04a1-43eb-a2cf-544c13dc290d 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:499a519e-44bd-4c71-a84b-f34556aba400 ArtifactChecksum:ZGVhYTcwYzFjZTdiYzY1ODcxNjg4NjQ0YTkzODExNWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:beb91b50-6336-4c4b-bf33-88d5d932121f ResourceInvariantUUID:00f02470-7668-4e2b-a1bc-4cff148e2bc8 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b18b7b5a-d488-48fb-8436-0f9e44b6a5cf ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-14T06:03:07.700Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d0931d8-f075-4565-b21e-10e2cae1b919 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:03:07.720Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:03:07.721Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:03:07.721Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:03:07.721Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 499a519e-44bd-4c71-a84b-f34556aba400 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-14T06:03:07.721Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:03:07.721Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-14T06:03:08.152Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:03:08.157Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 499a519e-44bd-4c71-a84b-f34556aba400 52221 2021-04-14T06:03:08.157Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-14T06:03:08.157Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-14T06:03:08.157Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:03:08.158Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:03:08.159Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:03:08.159Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380188157, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:03:08.259Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:03:08.260Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:03:08.260Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:03:08.270Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:03:08.270Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:03:09.160Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:03:09.162Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:03:09.162Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 499a519e-44bd-4c71-a84b-f34556aba400, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.162Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-14T06:03:09.163Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.163Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.296Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3958914103747287702/Definitions/service-BasicNetwork-template.yml 2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2d0931d8-f075-4565-b21e-10e2cae1b919 Model Version:NULL Model InvariantUuid:e6748a0d-04a1-43eb-a2cf-544c13dc290d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:00f02470-7668-4e2b-a1bc-4cff148e2bc8 Model UUID:33569c61-144e-4ffb-a88c-067de12d38cf Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:beb91b50-6336-4c4b-bf33-88d5d932121f Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-14T06:03:09.719Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b18b7b5a-d488-48fb-8436-0f9e44b6a5cf 2021-04-14T06:03:09.720Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||No resources found for Service: 2d0931d8-f075-4565-b21e-10e2cae1b919 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:03:09.724Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500|| 2021-04-14T06:03:09.724Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-14T06:03:09.725Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 2d0931d8-f075-4565-b21e-10e2cae1b919 2021-04-14T06:03:09.725Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2d0931d8-f075-4565-b21e-10e2cae1b919 2021-04-14T06:03:09.725Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-14T06:03:09.726Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:03:09.734Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.734Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.735Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.735Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.735Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2d0931d8-f075-4565-b21e-10e2cae1b919: Generic NeutronNet 2021-04-14T06:03:09.735Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.735Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.736Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.736Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-04-14T06:03:09.776Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.777Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.777Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.777Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.778Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:03:09.778Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:03:09.778Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-14T06:03:09.860Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-14T06:03:09.861Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-14T06:03:09.861Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-14T06:03:09.861Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:03:09.861Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:03:09.862Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:03:09.863Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380189860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:03:09.963Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:03:09.963Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:03:09.964Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:03:09.974Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:03:09.975Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:03:10.863Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:03:10.870Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:03:10.871Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:03:10.871Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:03:10.871Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:03:40.872Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:03:40.879Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:03:40.881Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:03:40.881Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:03:40.881Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:04:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:04:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:04:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:04:05.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:04:05.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:04:05.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380185020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:04:05.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:04:10.881Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:04:10.887Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:04:10.889Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:04:10.889Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:04:10.889Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:04:40.889Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:04:40.895Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:04:40.897Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:04:40.897Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:04:40.897Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:05:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:05:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:05:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:05:05.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:05:05.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:05:05.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "aai-ml", "timestamp": 1618380183409, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:05:05.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:05:05.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:05:05.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380184685, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:05:05.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:05:05.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "dcae-sch", "timestamp": 1618380183454, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "ves-openapi-manager", "timestamp": 1618380179585, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "policy-id", "timestamp": 1618380180427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "cds", "timestamp": 1618380179692, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:05:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:05:10.897Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:05:10.902Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:05:10.903Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:05:10.904Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:05:10.904Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:05:40.904Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:05:40.910Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:05:40.914Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:05:40.914Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:05:40.914Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:06:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:06:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:06:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:05.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:05.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "multicloud-windriver-id", "timestamp": 1618380181562, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:06:05.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "aai-ml", "timestamp": 1618380183409, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:06:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380185020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:06:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380184685, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "ves-openapi-manager", "timestamp": 1618380179585, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "dcae-sch", "timestamp": 1618380183454, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "policy-id", "timestamp": 1618380180427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "cds", "timestamp": 1618380179692, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380188157, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "aai-ml", "timestamp": 1618380188166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "cds", "timestamp": 1618380188255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "policy-id", "timestamp": 1618380188244, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:06:05.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "cds", "timestamp": 1618380189261, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:06:05.059Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b68eaca8-16ce-479a-825f-e03c159e9738 2021-04-14T06:06:05.059Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b68eaca8-16ce-479a-825f-e03c159e9738 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:06:05.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "policy-id", "timestamp": 1618380189248, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:06:05.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380189045, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:05.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380189860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:06:05.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "policy-id", "timestamp": 1618380190251, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:06:05.068Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b68eaca8-16ce-479a-825f-e03c159e9738 2021-04-14T06:06:05.068Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b68eaca8-16ce-479a-825f-e03c159e9738 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:06:05.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380189045, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:06:05.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "multicloud-k8s-id", "timestamp": 1618380190507, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:05.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "clamp", "timestamp": 1618380190659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:05.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "aai-ml", "timestamp": 1618380191502, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:06:05.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "multicloud-k8s-id", "timestamp": 1618380190507, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:06:05.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "clamp", "timestamp": 1618380190659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:06:05.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "aai-ml", "timestamp": 1618380192505, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:06:05.076Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b68eaca8-16ce-479a-825f-e03c159e9738 2021-04-14T06:06:05.076Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b68eaca8-16ce-479a-825f-e03c159e9738 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380193601, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:06:05.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380195050, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:06:05.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380196054, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:06:05.083Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b68eaca8-16ce-479a-825f-e03c159e9738 2021-04-14T06:06:05.083Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b68eaca8-16ce-479a-825f-e03c159e9738 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:06:05.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "clamp", "timestamp": 1618380196505, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:06:05.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "clamp", "timestamp": 1618380197524, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:06:05.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:06:05.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:06:05.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "clamp", "timestamp": 1618380198527, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:06:05.092Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b68eaca8-16ce-479a-825f-e03c159e9738 2021-04-14T06:06:05.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b68eaca8-16ce-479a-825f-e03c159e9738 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:06:10.915Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:06:10.922Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:06:10.927Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-14T06:06:40.928Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-14T06:06:40.931Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b68eaca8-16ce-479a-825f-e03c159e9738 and serviceModelVersionId: 2d0931d8-f075-4565-b21e-10e2cae1b919 2021-04-14T06:06:40.931Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e6748a0d-04a1-43eb-a2cf-544c13dc290d 2021-04-14T06:06:40.932Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0 2021-04-14T06:06:40.937Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-14T06:06:40.984Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0|INFO|500||Invoke 2021-04-14T06:06:40.984Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b68eaca8-16ce-479a-825f-e03c159e9738], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4cfa9b42-29f8-48b1-b571-ada3d43dbff9], X-ECOMP-RequestID=[b68eaca8-16ce-479a-825f-e03c159e9738], X-TransactionId=[], X-ONAP-RequestID=[b68eaca8-16ce-479a-825f-e03c159e9738], Content-Type=[application/merge-patch+json]} 2021-04-14T06:06:41.005Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-14T06:06:41.951Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?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/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210414-06:06:41:010-81837], vertex-id=[204896], Content-Length=[0], Date=[Wed, 14 Apr 2021 06:06:41 GMT], Content-Type=[application/json]} 2021-04-14T06:06:41.951Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-14T06:06:41.952Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0|INFO|500||InvokeReturn 2021-04-14T06:06:41.952Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-14T06:06:41.952Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:06:41.956Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-14T06:06:41.956Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b68eaca8-16ce-479a-825f-e03c159e9738 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-14T06:06:41.956Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-14T06:06:41.957Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:41.958Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:41.958Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380401956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:06:42.058Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:06:42.059Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:42.060Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:42.073Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:42.073Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T06:06:42.965Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:06:42.966Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:06:42.966Z|b68eaca8-16ce-479a-825f-e03c159e9738|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:47.242Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:47.243Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-14T06:06:47.243Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0cdbf85-49b1-4c79-b4bc-faef82e7cd88","serviceName":"Demo_pNF_DU9L9xr4DazkO6yWFj7l","serviceVersion":"1.0","serviceUUID":"3891e5cc-380d-4e70-986f-13618b6d6150","serviceDescription":"catalog service description","serviceInvariantUUID":"e9a0b0f3-b9c4-417b-945d-9e3cbee1be30","resources":[{"resourceInstanceName":"pNF eab225b6-36b1 0","resourceName":"pNF eab225b6-36b1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24b588db-4ec2-47d3-a453-1f4d1abd9bcf","resourceInvariantUUID":"0af24b2a-fb9a-41ce-8427-a7ed139911a1","resourceCustomizationUUID":"c8985d8e-3f0f-48de-8ca8-bca209e19bcc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml","artifactChecksum":"OTc0YjFmNDlkMzk4YTBmNDJkZjA4OTk4MjQxMGY4NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7708d79-f7bd-43cf-9a7d-5146253c7ee9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar","artifactChecksum":"ZjM3NDFmMjM3YTUwNzY5MDRiMWZkMzIzZmQ4Y2NiYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63ab6e75-f96f-4762-b897-f07d1005f5e4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d88e54e3-bbb1-448b-8195-d80460211702","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml","artifactChecksum":"ODc4YWY5NTA5ODdhZjdiZjNlNmE4MGJlYTQ4ZGRkYjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc7cc641-cb5e-41f6-bf0d-b18d207b8d5b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ed22e4b-86a8-427a-9818-5e6f7e493a34","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ebb248c-e59f-47b2-ac82-55bfd7d44edb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml","artifactChecksum":"YWQzYWY2OTAwNGJjNDlhODFkMzRlMWQzZWYwMGM2ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b1c9eb5-883d-4711-a5f8-539a0703b370","artifactVersion":"1"},{"artifactName":"service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar","artifactChecksum":"MjdiMzM3ZGNkOTU0OTQzNTc4Zjk4Y2I5NGJkMTczZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b0dbe8-d198-401b-a675-364c8c7041d8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-14T06:06:47.246Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:06:47.246Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:47.248Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:47.248Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:47.348Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T06:06:47.349Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:47.349Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:47.358Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:47.359Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:06:48.249Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:06:48.250Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:48.251Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:48.252Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:48.352Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:06:48.352Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:48.353Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:48.362Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:48.362Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:06:49.253Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:06:49.254Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:49.258Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:49.259Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:49.358Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-04-14T06:06:49.359Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:49.359Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:49.369Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:49.370Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:06:50.260Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:06:50.261Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:50.263Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:50.263Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:50.364Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:06:50.365Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:50.365Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:50.374Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:50.374Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:06:51.264Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:06:51.265Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:51.267Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:51.267Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:51.367Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:06:51.368Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:51.368Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:51.378Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:51.378Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:06:52.268Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:06:52.268Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:52.270Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:52.270Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:52.370Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:06:52.371Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:52.371Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:52.381Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:52.382Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:06:53.271Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:06:53.272Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:53.274Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:53.274Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:06:53.374Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T06:06:53.375Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:53.375Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:53.385Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:53.385Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:06:54.275Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:06:54.276Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:54.279Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:54.279Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:06:54.379Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:06:54.380Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:54.380Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:54.389Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:54.390Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:06:55.280Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "serviceName": "Demo_pNF_DU9L9xr4DazkO6yWFj7l", "serviceVersion": "1.0", "serviceUUID": "3891e5cc-380d-4e70-986f-13618b6d6150", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e9a0b0f3-b9c4-417b-945d-9e3cbee1be30", "resources": [ { "resourceInstanceName": "pNF eab225b6-36b1 0", "resourceCustomizationUUID": "c8985d8e-3f0f-48de-8ca8-bca209e19bcc", "resourceName": "pNF eab225b6-36b1", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "24b588db-4ec2-47d3-a453-1f4d1abd9bcf", "resourceInvariantUUID": "0af24b2a-fb9a-41ce-8427-a7ed139911a1", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "artifactChecksum": "MjdiMzM3ZGNkOTU0OTQzNTc4Zjk4Y2I5NGJkMTczZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60b0dbe8-d198-401b-a675-364c8c7041d8" } ], "workloadContext": "Production" } 2021-04-14T06:06:55.281Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-14T06:06:55.281Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3891e5cc-380d-4e70-986f-13618b6d6150 ASDC 2021-04-14T06:06:55.281Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 ServiceName:Demo_pNF_DU9L9xr4DazkO6yWFj7l ServiceVersion:1.0 ServiceUUID:3891e5cc-380d-4e70-986f-13618b6d6150 ServiceInvariantUUID:e9a0b0f3-b9c4-417b-945d-9e3cbee1be30 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar ArtifactUUID:60b0dbe8-d198-401b-a675-364c8c7041d8 ArtifactChecksum:MjdiMzM3ZGNkOTU0OTQzNTc4Zjk4Y2I5NGJkMTczZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF eab225b6-36b1 0 ResourceCustomizationUUID:c8985d8e-3f0f-48de-8ca8-bca209e19bcc ResourceInvariantUUID:0af24b2a-fb9a-41ce-8427-a7ed139911a1 ResourceName:pNF eab225b6-36b1 ResourceType:PNF ResourceUUID:24b588db-4ec2-47d3-a453-1f4d1abd9bcf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-14T06:06:55.281Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3891e5cc-380d-4e70-986f-13618b6d6150 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:06:55.299Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:06:55.299Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:06:55.299Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:06:55.299Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 60b0dbe8-d198-401b-a675-364c8c7041d8 from URL: /sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:55.300Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:06:55.300Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:55.809Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:06:55.812Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 60b0dbe8-d198-401b-a675-364c8c7041d8 83307 2021-04-14T06:06:55.812Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar ASDC sendASDCNotification 2021-04-14T06:06:55.812Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:55.812Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:06:55.813Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:55.814Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:55.814Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380415812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:06:55.914Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:06:55.915Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:55.915Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:55.926Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:55.926Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:06:56.815Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:06:56.816Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:06:56.816Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 60b0dbe8-d198-401b-a675-364c8c7041d8, URL: /sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar to file: /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:56.817Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:56.817Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:56.817Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:56.905Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11996363013480033787/Definitions/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml 2021-04-14T06:06:57.621Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eab225b6-36b1 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||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-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||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-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eab225b6-36b1 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-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Node template pNF eab225b6-36b1 0 is matching search criteria 2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF eab225b6-36b1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Node template pNF eab225b6-36b1 0 is matching search criteria 2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF eab225b6-36b1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_DU9L9xr4DazkO6yWFj7l Description:catalog service description Model UUID:3891e5cc-380d-4e70-986f-13618b6d6150 Model Version:NULL Model InvariantUuid:e9a0b0f3-b9c4-417b-945d-9e3cbee1be30 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-14T06:06:57.630Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 24b588db-4ec2-47d3-a453-1f4d1abd9bcf Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:06:57.633Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||pNF eab225b6-36b1 0 2021-04-14T06:06:57.633Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 24b588db-4ec2-47d3-a453-1f4d1abd9bcf 2021-04-14T06:06:57.633Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3891e5cc-380d-4e70-986f-13618b6d6150 2021-04-14T06:06:57.633Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3891e5cc-380d-4e70-986f-13618b6d6150 2021-04-14T06:06:57.633Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF eab225b6-36b1 0 24b588db-4ec2-47d3-a453-1f4d1abd9bcf ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:06:57.636Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:06:57.636Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:06:57.637Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3891e5cc-380d-4e70-986f-13618b6d6150: pNF eab225b6-36b1 2021-04-14T06:06:57.637Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Processing PNF resource: 24b588db-4ec2-47d3-a453-1f4d1abd9bcf 2021-04-14T06:06:57.637Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:06:57.637Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:06:57.638Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Resource customization UUID: c8985d8e-3f0f-48de-8ca8-bca209e19bcc is the same as notified resource customizationUUID: c8985d8e-3f0f-48de-8ca8-bca209e19bcc Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-14T06:06:57.704Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF eab225b6-36b1 24b588db-4ec2-47d3-a453-1f4d1abd9bcf 0 ASDC deployResourceStructure 2021-04-14T06:06:57.704Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar ASDC sendASDCNotification 2021-04-14T06:06:57.705Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 2021-04-14T06:06:57.705Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:06:57.705Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:06:57.707Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:06:57.707Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380417704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:06:57.807Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:06:57.808Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:06:57.808Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:06:57.819Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:06:57.820Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:06:58.708Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:06:58.714Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:06:58.716Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:06:58.716Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:06:58.716Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:07:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:07:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:07:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:07:05.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:07:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380239585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380244685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-windriver-id", "timestamp": 1618380241562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "dcae-sch", "timestamp": 1618380243454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380243409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380240427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "cds", "timestamp": 1618380239692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380239585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-windriver-id", "timestamp": 1618380241562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "dcae-sch", "timestamp": 1618380243454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380244685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380243409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380240427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "cds", "timestamp": 1618380239692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380239585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380244685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-windriver-id", "timestamp": 1618380241562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380243409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "dcae-sch", "timestamp": 1618380243454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380240427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "cds", "timestamp": 1618380239692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380249045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-windriver-id", "timestamp": 1618380241562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380239585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380243409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380244685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "dcae-sch", "timestamp": 1618380243454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380240427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "cds", "timestamp": 1618380239692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380249045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-windriver-id", "timestamp": 1618380241562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380239585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380243409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "dcae-sch", "timestamp": 1618380243454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380244685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380240427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "cds", "timestamp": 1618380239692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-k8s-id", "timestamp": 1618380250507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380250659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380249045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-windriver-id", "timestamp": 1618380241562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380243409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "dcae-sch", "timestamp": 1618380243454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380244685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380239585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380240427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "cds", "timestamp": 1618380239692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-k8s-id", "timestamp": 1618380250507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380250659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380249045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380243409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380244685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-windriver-id", "timestamp": 1618380241562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380239585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "dcae-sch", "timestamp": 1618380243454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380240427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "cds", "timestamp": 1618380239692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-k8s-id", "timestamp": 1618380250507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380250659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380249045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-windriver-id", "timestamp": 1618380241562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380239585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380244685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "dcae-sch", "timestamp": 1618380243454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380243409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380240427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "cds", "timestamp": 1618380239692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-k8s-id", "timestamp": 1618380250507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380250659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380249045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-k8s-id", "timestamp": 1618380250507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380250659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "cds", "timestamp": 1618380255519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380255624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380255606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380249045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380255824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:07:05.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-k8s-id", "timestamp": 1618380250507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380250659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "cds", "timestamp": 1618380256524, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:07:05.076Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 2021-04-14T06:07:05.076Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:07:05.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380256610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:07:05.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380249045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:07:05.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380257117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-14T06:07:05.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-k8s-id", "timestamp": 1618380250507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380250659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:07:05.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "policy-id", "timestamp": 1618380257612, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:07:05.086Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 2021-04-14T06:07:05.087Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:07:05.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380257853, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:07:05.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "ves-openapi-manager", "timestamp": 1618380258120, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:07:05.095Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 2021-04-14T06:07:05.095Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:07:05.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "multicloud-k8s-id", "timestamp": 1618380250507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:07:05.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380250659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:07:05.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-14T06:07:05.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380259512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:07:05.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380260515, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:07:05.103Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 2021-04-14T06:07:05.103Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:07:05.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380260802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:07:05.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "aai-ml", "timestamp": 1618380261805, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:07:05.111Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 2021-04-14T06:07:05.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:07:05.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380264560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:07:05.117Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380265581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:07:05.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:07:05.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:07:05.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "clamp", "timestamp": 1618380266585, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:07:05.121Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 2021-04-14T06:07:05.121Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:07:28.717Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:07:28.724Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:07:28.727Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:07:28.728Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-14T06:07:28.728Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-14T06:07:28.728Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-14T06:07:28.728Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:07:28.728Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:07:28.728Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:07:28.728Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:07:28.728Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:07:28.728Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:07:28.729Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:07:28.729Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:07:28.732Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-14T06:07:58.732Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-14T06:07:58.735Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 and serviceModelVersionId: 3891e5cc-380d-4e70-986f-13618b6d6150 2021-04-14T06:07:58.735Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9a0b0f3-b9c4-417b-945d-9e3cbee1be30 2021-04-14T06:07:58.736Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9a0b0f3-b9c4-417b-945d-9e3cbee1be30/model-vers/model-ver/3891e5cc-380d-4e70-986f-13618b6d6150?depth=0 2021-04-14T06:07:58.742Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-14T06:07:58.787Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9a0b0f3-b9c4-417b-945d-9e3cbee1be30/model-vers/model-ver/3891e5cc-380d-4e70-986f-13618b6d6150?depth=0|INFO|500||Invoke 2021-04-14T06:07:58.787Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9a0b0f3-b9c4-417b-945d-9e3cbee1be30/model-vers/model-ver/3891e5cc-380d-4e70-986f-13618b6d6150?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9a0b0f3-b9c4-417b-945d-9e3cbee1be30/model-vers/model-ver/3891e5cc-380d-4e70-986f-13618b6d6150?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0cdbf85-49b1-4c79-b4bc-faef82e7cd88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a4460a3-940a-4591-a5dd-eed084143fc3], X-ECOMP-RequestID=[f0cdbf85-49b1-4c79-b4bc-faef82e7cd88], X-TransactionId=[], X-ONAP-RequestID=[f0cdbf85-49b1-4c79-b4bc-faef82e7cd88], Content-Type=[application/merge-patch+json]} 2021-04-14T06:07:58.807Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9a0b0f3-b9c4-417b-945d-9e3cbee1be30/model-vers/model-ver/3891e5cc-380d-4e70-986f-13618b6d6150?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-14T06:07:59.243Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9a0b0f3-b9c4-417b-945d-9e3cbee1be30/model-vers/model-ver/3891e5cc-380d-4e70-986f-13618b6d6150?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/e9a0b0f3-b9c4-417b-945d-9e3cbee1be30/model-vers/model-ver/3891e5cc-380d-4e70-986f-13618b6d6150?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210414-06:07:58:813-69625], vertex-id=[430208], Content-Length=[0], Date=[Wed, 14 Apr 2021 06:07:58 GMT], Content-Type=[application/json]} 2021-04-14T06:07:59.244Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9a0b0f3-b9c4-417b-945d-9e3cbee1be30/model-vers/model-ver/3891e5cc-380d-4e70-986f-13618b6d6150?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-14T06:07:59.244Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9a0b0f3-b9c4-417b-945d-9e3cbee1be30/model-vers/model-ver/3891e5cc-380d-4e70-986f-13618b6d6150?depth=0|INFO|500||InvokeReturn 2021-04-14T06:07:59.245Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-14T06:07:59.245Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:07:59.248Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-14T06:07:59.248Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0cdbf85-49b1-4c79-b4bc-faef82e7cd88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-14T06:07:59.249Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-14T06:07:59.249Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:07:59.251Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:07:59.251Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380479249, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:07:59.351Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:07:59.352Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:07:59.353Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:07:59.370Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:07:59.370Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T06:08:00.260Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:08:00.260Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:08:00.260Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:00.879Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:00.880Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-14T06:08:00.880Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e320d6b-63fb-432b-b109-e401ced491b7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7","serviceDescription":"service","serviceInvariantUUID":"8c3ae288-ea0f-4373-8267-f0013f654bb3","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d0cb327-b3f1-440e-a039-34db5667230c","resourceInvariantUUID":"caa55298-25dd-46f7-bd16-5897f62a941e","resourceCustomizationUUID":"5409e5ae-792c-4adc-a019-13dfab8e86c0","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":"af5788e6-a40a-4eed-a882-327325b5a07a","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":"NjE0NTJkNjY2ZmFlYzNjM2JjMjk3MzAyODkyNmYzYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5df2f78-9c72-4e75-bd2f-3c7bb2ae86a9","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":"MTE0MDVjM2E2MWU3ZjM1OWZlNGEyNjlhNjYzZjcwYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9b7a761b-ad2f-4e11-8227-cb024068533e","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":"a1a510db-7c1c-4f77-94f0-54d98d06e36a","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":"16a57418-259b-40d7-b9f4-4926954fba2d","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":"ae948466-6ad8-41b0-a8ae-4a47c159afe8","artifactVersion":"2","generatedFromUUID":"a1a510db-7c1c-4f77-94f0-54d98d06e36a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzdjNzQ0Y2UyZDU1ZjA3ZmM4MTZjN2MyZGY5ZTk3N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b6646fb-651a-42a0-acff-c204be91abb8","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MGI1ZTUzNmI5OWUyMDNlMTBkZDY0NzllNzhhODAyNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98ac4ff6-8f4f-4e46-b43a-ea6dc504429d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-14T06:08:00.881Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:08:00.882Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:00.883Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:00.883Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:00.984Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:00.984Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:00.984Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:00.994Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:00.995Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:01.884Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:08:01.885Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:01.887Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:01.887Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:01.987Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:01.988Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:01.988Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:01.998Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:01.999Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:02.888Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:08:02.888Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:02.890Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:02.890Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:08:02.991Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:02.993Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:02.993Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:03.004Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:03.004Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:08:03.891Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:08:03.892Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:03.894Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:03.894Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T06:08:03.995Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T06:08:03.995Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:03.996Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:04.007Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:04.007Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:04.895Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:08:04.896Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:04.898Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:04.898Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:04.998Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:04.999Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:04.999Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:05.011Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:05.011Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:08:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:08:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:05.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380401956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:08:05.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:08:05.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:05.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380402965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380415812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380417704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:08:05.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:08:05.898Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:08:05.900Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:05.901Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:05.901Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-14T06:08:06.002Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:06.003Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:06.003Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:06.013Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:06.014Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:06.902Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:08:06.903Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:06.905Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:06.905Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:08:07.005Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:07.006Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:07.006Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:07.016Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:07.016Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:08:07.906Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:08:07.907Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:07.909Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:07.909Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:08:08.010Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:08.010Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:08.011Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:08.021Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:08.021Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:08.911Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7", "serviceDescription": "service", "serviceInvariantUUID": "8c3ae288-ea0f-4373-8267-f0013f654bb3", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "5409e5ae-792c-4adc-a019-13dfab8e86c0", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3d0cb327-b3f1-440e-a039-34db5667230c", "resourceInvariantUUID": "caa55298-25dd-46f7-bd16-5897f62a941e", "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": "MTE0MDVjM2E2MWU3ZjM1OWZlNGEyNjlhNjYzZjcwYzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9b7a761b-ad2f-4e11-8227-cb024068533e", "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": "a1a510db-7c1c-4f77-94f0-54d98d06e36a", "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": "ae948466-6ad8-41b0-a8ae-4a47c159afe8", "generatedFromUUID": "a1a510db-7c1c-4f77-94f0-54d98d06e36a" }, "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": "ae948466-6ad8-41b0-a8ae-4a47c159afe8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MGI1ZTUzNmI5OWUyMDNlMTBkZDY0NzllNzhhODAyNTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "98ac4ff6-8f4f-4e46-b43a-ea6dc504429d" } ], "workloadContext": "Production" } 2021-04-14T06:08:08.911Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-14T06:08:08.911Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7 ASDC 2021-04-14T06:08:08.911Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:9e320d6b-63fb-432b-b109-e401ced491b7 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7 ServiceInvariantUUID:8c3ae288-ea0f-4373-8267-f0013f654bb3 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:98ac4ff6-8f4f-4e46-b43a-ea6dc504429d ArtifactChecksum:MGI1ZTUzNmI5OWUyMDNlMTBkZDY0NzllNzhhODAyNTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:5409e5ae-792c-4adc-a019-13dfab8e86c0 ResourceInvariantUUID:caa55298-25dd-46f7-bd16-5897f62a941e ResourceName:basicclamp ResourceType:VF ResourceUUID:3d0cb327-b3f1-440e-a039-34db5667230c 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:9b7a761b-ad2f-4e11-8227-cb024068533e ArtifactChecksum:MTE0MDVjM2E2MWU3ZjM1OWZlNGEyNjlhNjYzZjcwYzU= 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:a1a510db-7c1c-4f77-94f0-54d98d06e36a 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:ae948466-6ad8-41b0-a8ae-4a47c159afe8 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:ae948466-6ad8-41b0-a8ae-4a47c159afe8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-14T06:08:08.912Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:08:08.936Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:08:08.937Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:08:08.937Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:08:08.937Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 98ac4ff6-8f4f-4e46-b43a-ea6dc504429d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-14T06:08:08.937Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:08:08.938Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-14T06:08:09.885Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:08:09.890Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 98ac4ff6-8f4f-4e46-b43a-ea6dc504429d 76836 2021-04-14T06:08:09.890Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-14T06:08:09.890Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-14T06:08:09.890Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:08:09.891Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:09.892Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:09.892Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380489890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:08:09.992Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:09.994Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:09.994Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:10.002Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:10.003Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:10.893Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:08:10.894Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:08:10.894Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 98ac4ff6-8f4f-4e46-b43a-ea6dc504429d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:10.894Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-04-14T06:08:10.895Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:10.895Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:10.995Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP88254922939711467/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-04-14T06:08:11.997Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-14T06:08:11.997Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:08:11.997Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.997Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-14T06:08:11.997Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.997Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.997Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:08:11.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-14T06:08:11.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:08:12.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:12.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-14T06:08:12.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:08:12.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:12.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-14T06:08:12.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-14T06:08:12.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-14T06:08:12.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3ec00abc-9179-4c6d-8dc9-30724361f672 2021-04-14T06:08:12.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:12.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:12.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:12.002Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:12.002Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:12.002Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:12.002Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:12.002Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:12.002Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7 Model Version:NULL Model InvariantUuid:8c3ae288-ea0f-4373-8267-f0013f654bb3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:997b217f-82f8-4608-a7bd-c0bf1ceff67d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:caa55298-25dd-46f7-bd16-5897f62a941e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5409e5ae-792c-4adc-a019-13dfab8e86c0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ba84c6e0-c132-4e9b-addf-7940cbb2a183 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:2e734e91-22f6-408a-8184-06937ba33ed2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3ec00abc-9179-4c6d-8dc9-30724361f672 ModelInvariantUuid:4ab03605-551c-4e13-894b-18e1da168c22 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:789ca660-1554-4699-ad22-70e2b6ea30e8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f2d0d38b-af2b-4647-aa2d-2a653d92588a ModelInvariantUuid:8e43b9c8-8737-4d88-92e8-02201ceb4019 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:0c1e7219-54e5-4c34-b8bf-fd0cd0749152 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-14T06:08:12.004Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d0cb327-b3f1-440e-a039-34db5667230c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:08:12.006Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||basicclamp 0 2021-04-14T06:08:12.006Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d0cb327-b3f1-440e-a039-34db5667230c 2021-04-14T06:08:12.006Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9b7a761b-ad2f-4e11-8227-cb024068533e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-14T06:08:12.006Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:08:12.006Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-14T06:08:14.397Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:08:14.397Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9b7a761b-ad2f-4e11-8227-cb024068533e 790 2021-04-14T06:08:14.397Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-04-14T06:08:14.397Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-14T06:08:14.397Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:08:14.398Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:14.399Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:14.400Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380494397, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:08:14.500Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:14.501Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:14.501Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:14.511Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:14.512Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:15.400Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ba84c6e0-c132-4e9b-addf-7940cbb2a183", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2e734e91-22f6-408a-8184-06937ba33ed2", "vfModuleModelCustomizationUUID": "19a6c359-865d-4760-a5da-a68a005f52d7", "isBase": true, "artifacts": [ "a1a510db-7c1c-4f77-94f0-54d98d06e36a", "ae948466-6ad8-41b0-a8ae-4a47c159afe8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T06:08:15.404Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2e734e91-22f6-408a-8184-06937ba33ed2 VfModuleModelInvariantUUID:ba84c6e0-c132-4e9b-addf-7940cbb2a183 VfModuleModelDescription:NULL Artifacts UUID List:{ a1a510db-7c1c-4f77-94f0-54d98d06e36a , ae948466-6ad8-41b0-a8ae-4a47c159afe8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T06:08:15.407Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ba84c6e0-c132-4e9b-addf-7940cbb2a183", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2e734e91-22f6-408a-8184-06937ba33ed2", "vfModuleModelCustomizationUUID": "19a6c359-865d-4760-a5da-a68a005f52d7", "isBase": true, "artifacts": [ "a1a510db-7c1c-4f77-94f0-54d98d06e36a", "ae948466-6ad8-41b0-a8ae-4a47c159afe8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T06:08:15.407Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2e734e91-22f6-408a-8184-06937ba33ed2 VfModuleModelInvariantUUID:ba84c6e0-c132-4e9b-addf-7940cbb2a183 VfModuleModelDescription:NULL Artifacts UUID List:{ a1a510db-7c1c-4f77-94f0-54d98d06e36a , ae948466-6ad8-41b0-a8ae-4a47c159afe8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T06:08:15.407Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a1a510db-7c1c-4f77-94f0-54d98d06e36a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-14T06:08:15.407Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:08:15.407Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-14T06:08:16.206Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:08:16.207Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a1a510db-7c1c-4f77-94f0-54d98d06e36a 5033 2021-04-14T06:08:16.207Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-14T06:08:16.207Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-14T06:08:16.207Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:08:16.208Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:16.209Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:16.210Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380496207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:08:16.310Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:16.311Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:16.311Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:16.320Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:16.320Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:08:17.210Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ae948466-6ad8-41b0-a8ae-4a47c159afe8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-14T06:08:17.211Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:08:17.211Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-14T06:08:17.356Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:08:17.357Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ae948466-6ad8-41b0-a8ae-4a47c159afe8 909 2021-04-14T06:08:17.357Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-14T06:08:17.357Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-14T06:08:17.357Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:08:17.357Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:17.359Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:17.359Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380497357, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:08:17.459Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:17.460Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:17.461Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:17.469Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:17.470Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:18.359Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7 2021-04-14T06:08:18.360Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 3d0cb327-b3f1-440e-a039-34db5667230c ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:08:18.368Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.369Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:18.369Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-14T06:08:18.369Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5409e5ae-792c-4adc-a019-13dfab8e86c0 2021-04-14T06:08:18.369Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5409e5ae-792c-4adc-a019-13dfab8e86c0 matches Tosca VF Customization UUID: 5409e5ae-792c-4adc-a019-13dfab8e86c0 2021-04-14T06:08:18.369Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5409e5ae-792c-4adc-a019-13dfab8e86c0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-14T06:08:18.371Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.371Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:18.371Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5409e5ae-792c-4adc-a019-13dfab8e86c0: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-04-14T06:08:18.371Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ef59d2c 2021-04-14T06:08:18.371Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.371Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T06:08:18.372Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19a6c359-865d-4760-a5da-a68a005f52d7 2021-04-14T06:08:18.372Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19a6c359-865d-4760-a5da-a68a005f52d7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-14T06:08:18.373Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.373Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-14T06:08:18.373Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:08:18.373Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.373Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-14T06:08:18.374Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:08:18.374Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.374Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-14T06:08:18.374Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-14T06:08:18.374Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-14T06:08:18.374Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3ec00abc-9179-4c6d-8dc9-30724361f672 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-14T06:08:18.375Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.376Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-14T06:08:18.376Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:08:18.376Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.376Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-14T06:08:18.376Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=5409e5ae-792c-4adc-a019-13dfab8e86c0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:08:18.377Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.377Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:18.377Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7: basicclamp 2021-04-14T06:08:18.377Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.377Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:18.378Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.378Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:18.378Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.378Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:18.378Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.378Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:18.378Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:08:18.378Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:08:18.378Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:08:18.449Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 3d0cb327-b3f1-440e-a039-34db5667230c 1 ASDC deployResourceStructure 2021-04-14T06:08:18.449Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-04-14T06:08:18.449Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-14T06:08:18.449Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:08:18.450Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:18.451Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:18.451Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380498449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:08:18.551Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:18.552Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:18.552Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:18.562Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:18.562Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:08:19.452Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-14T06:08:19.452Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-14T06:08:19.452Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:08:19.453Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:19.454Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:19.454Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380499452, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-14T06:08:19.554Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:19.555Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:19.555Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:19.565Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:19.565Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:20.455Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-14T06:08:20.455Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-14T06:08:20.455Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:08:20.456Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:20.458Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:20.458Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380500455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-14T06:08:20.558Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:20.559Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:20.559Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:20.568Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:20.569Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:21.459Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-14T06:08:21.460Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-14T06:08:21.460Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:08:21.460Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:08:21.461Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:08:21.462Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380501459, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:08:21.562Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:08:21.563Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:08:21.563Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:08:21.572Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:08:21.572Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:08:22.463Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e320d6b-63fb-432b-b109-e401ced491b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:08:22.467Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e320d6b-63fb-432b-b109-e401ced491b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:08:22.469Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:08:22.469Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:08:22.469Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:08:52.469Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e320d6b-63fb-432b-b109-e401ced491b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:08:52.473Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e320d6b-63fb-432b-b109-e401ced491b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:08:52.474Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:08:52.474Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:08:52.474Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:09:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:09:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:09:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:09:05.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:09:05.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380441562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "ves-openapi-manager", "timestamp": 1618380439585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380443454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380440427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380444686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380441562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "ves-openapi-manager", "timestamp": 1618380439585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380443454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380440427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380444686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380441562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "ves-openapi-manager", "timestamp": 1618380439585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380443454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380440427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380444686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380441562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "ves-openapi-manager", "timestamp": 1618380439585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380440427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380443454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380444686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380441562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "ves-openapi-manager", "timestamp": 1618380439585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380443454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380440427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380444686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380441562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "ves-openapi-manager", "timestamp": 1618380439585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380443454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380440427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380444686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380441562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "ves-openapi-manager", "timestamp": 1618380439585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380443454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380440427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380444686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380441562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "ves-openapi-manager", "timestamp": 1618380439585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380440427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380443454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380444686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380457199, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380457220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380457202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380457982, "artifactURL": "/sdc/v1/catalog/services/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7/resourceInstances/basicclamp0/artifacts/af5788e6-a40a-4eed-a882-327325b5a07a", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380458206, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380459230, "artifactURL": "/sdc/v1/catalog/services/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7/resourceInstances/basicclamp0/artifacts/af5788e6-a40a-4eed-a882-327325b5a07a", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "policy-id", "timestamp": 1618380459208, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:05.079Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e320d6b-63fb-432b-b109-e401ced491b7 2021-04-14T06:09:05.079Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e320d6b-63fb-432b-b109-e401ced491b7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:09:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "ves-openapi-manager", "timestamp": 1618380459585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "dcae-sch", "timestamp": 1618380460233, "artifactURL": "/sdc/v1/catalog/services/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7/resourceInstances/basicclamp0/artifacts/af5788e6-a40a-4eed-a882-327325b5a07a", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:05.087Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9e320d6b-63fb-432b-b109-e401ced491b7 2021-04-14T06:09:05.087Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e320d6b-63fb-432b-b109-e401ced491b7 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:09:05.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380460400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380460744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "policy-id", "timestamp": 1618380460427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "ves-openapi-manager", "timestamp": 1618380459585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "cds", "timestamp": 1618380461647, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "policy-id", "timestamp": 1618380460427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "ves-openapi-manager", "timestamp": 1618380459585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "cds", "timestamp": 1618380462654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:05.098Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e320d6b-63fb-432b-b109-e401ced491b7 2021-04-14T06:09:05.098Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e320d6b-63fb-432b-b109-e401ced491b7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:09:05.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "policy-id", "timestamp": 1618380460427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "ves-openapi-manager", "timestamp": 1618380459585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380463738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380463770, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "dcae-sch", "timestamp": 1618380463454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "policy-id", "timestamp": 1618380460427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380464049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "ves-openapi-manager", "timestamp": 1618380459585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380464251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380464774, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:05.109Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e320d6b-63fb-432b-b109-e401ced491b7 2021-04-14T06:09:05.109Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e320d6b-63fb-432b-b109-e401ced491b7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:09:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "policy-id", "timestamp": 1618380460427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "dcae-sch", "timestamp": 1618380463454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380465054, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:05.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e320d6b-63fb-432b-b109-e401ced491b7 2021-04-14T06:09:05.116Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e320d6b-63fb-432b-b109-e401ced491b7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:09:05.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "ves-openapi-manager", "timestamp": 1618380459585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380465778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380465947, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "policy-id", "timestamp": 1618380460427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "dcae-sch", "timestamp": 1618380463454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-windriver-id", "timestamp": 1618380466057, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "ves-openapi-manager", "timestamp": 1618380459585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "dcae-sch", "timestamp": 1618380463454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "policy-id", "timestamp": 1618380460427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380466781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380467446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380467061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "dcae-sch", "timestamp": 1618380463454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380468157, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380466781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:09:05.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380468465, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:05.127Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e320d6b-63fb-432b-b109-e401ced491b7 2021-04-14T06:09:05.127Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e320d6b-63fb-432b-b109-e401ced491b7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:09:05.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380467061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:09:05.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "policy-id", "timestamp": 1618380468658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "dcae-sch", "timestamp": 1618380463454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380466781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "multicloud-k8s-id", "timestamp": 1618380469467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380467061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "policy-id", "timestamp": 1618380469662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "cds", "timestamp": 1618380449692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "dcae-sch", "timestamp": 1618380463454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380470102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380466781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380467061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "policy-id", "timestamp": 1618380470665, "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-04-14T06:09:05.140Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59b66e5b-a66b-45a2-9925-87c71608fbbd 2021-04-14T06:09:05.140Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b66e5b-a66b-45a2-9925-87c71608fbbd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:09:05.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380470879, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380471106, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:05.148Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e320d6b-63fb-432b-b109-e401ced491b7 2021-04-14T06:09:05.148Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e320d6b-63fb-432b-b109-e401ced491b7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380466781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380467061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "cds", "timestamp": 1618380471770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "aai-ml", "timestamp": 1618380471882, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:05.156Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e320d6b-63fb-432b-b109-e401ced491b7 2021-04-14T06:09:05.156Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e320d6b-63fb-432b-b109-e401ced491b7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380466781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380467061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "cds", "timestamp": 1618380472774, "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-04-14T06:09:05.164Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59b66e5b-a66b-45a2-9925-87c71608fbbd 2021-04-14T06:09:05.164Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b66e5b-a66b-45a2-9925-87c71608fbbd and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:09:05.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380466781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380467061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "cds", "timestamp": 1618380473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380475214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380475409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "cds", "timestamp": 1618380473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "cds", "timestamp": 1618380473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380450507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380476553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380476619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "cds", "timestamp": 1618380473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380477637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380477696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380477759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380459045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "cds", "timestamp": 1618380473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380478701, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:05.175Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59b66e5b-a66b-45a2-9925-87c71608fbbd 2021-04-14T06:09:05.175Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b66e5b-a66b-45a2-9925-87c71608fbbd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:09:05.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380478764, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:05.180Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59b66e5b-a66b-45a2-9925-87c71608fbbd 2021-04-14T06:09:05.180Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b66e5b-a66b-45a2-9925-87c71608fbbd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:09:05.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "aai-ml", "timestamp": 1618380453409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380479249, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:09:05.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "cds", "timestamp": 1618380473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380479705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-windriver-id", "timestamp": 1618380479767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "ves-openapi-manager", "timestamp": 1618380479585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "cds", "timestamp": 1618380473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380480427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "ves-openapi-manager", "timestamp": 1618380479585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380481229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "cds", "timestamp": 1618380473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380481695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380480427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380481562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "ves-openapi-manager", "timestamp": 1618380479585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380482232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380483042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380480427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380481562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "ves-openapi-manager", "timestamp": 1618380479585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "aai-ml", "timestamp": 1618380483604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380483777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "cds", "timestamp": 1618380483956, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380480427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "dcae-sch", "timestamp": 1618380483454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380481562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "ves-openapi-manager", "timestamp": 1618380479585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380484240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380484780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:05.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:09:22.474Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e320d6b-63fb-432b-b109-e401ced491b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:09:22.481Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e320d6b-63fb-432b-b109-e401ced491b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:09:22.483Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:09:22.483Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-14T06:09:22.483Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-14T06:09:22.483Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-14T06:09:22.483Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:09:22.483Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:09:22.483Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:09:22.484Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:09:22.484Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:09:22.484Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:09:22.484Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:09:22.487Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-14T06:09:52.487Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e320d6b-63fb-432b-b109-e401ced491b7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-14T06:09:52.491Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e320d6b-63fb-432b-b109-e401ced491b7 and serviceModelVersionId: 40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7 2021-04-14T06:09:52.491Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c3ae288-ea0f-4373-8267-f0013f654bb3 2021-04-14T06:09:52.492Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c3ae288-ea0f-4373-8267-f0013f654bb3/model-vers/model-ver/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7?depth=0 2021-04-14T06:09:52.497Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-14T06:09:52.528Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c3ae288-ea0f-4373-8267-f0013f654bb3/model-vers/model-ver/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7?depth=0|INFO|500||Invoke 2021-04-14T06:09:52.529Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c3ae288-ea0f-4373-8267-f0013f654bb3/model-vers/model-ver/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c3ae288-ea0f-4373-8267-f0013f654bb3/model-vers/model-ver/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e320d6b-63fb-432b-b109-e401ced491b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a183838c-fb85-43ad-bf9b-9cf5e023895a], X-ECOMP-RequestID=[9e320d6b-63fb-432b-b109-e401ced491b7], X-TransactionId=[], X-ONAP-RequestID=[9e320d6b-63fb-432b-b109-e401ced491b7], Content-Type=[application/merge-patch+json]} 2021-04-14T06:09:52.550Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c3ae288-ea0f-4373-8267-f0013f654bb3/model-vers/model-ver/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-14T06:09:52.981Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c3ae288-ea0f-4373-8267-f0013f654bb3/model-vers/model-ver/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7?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/8c3ae288-ea0f-4373-8267-f0013f654bb3/model-vers/model-ver/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210414-06:09:52:556-7551], vertex-id=[184376], Content-Length=[0], Date=[Wed, 14 Apr 2021 06:09:52 GMT], Content-Type=[application/json]} 2021-04-14T06:09:52.982Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c3ae288-ea0f-4373-8267-f0013f654bb3/model-vers/model-ver/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-14T06:09:52.982Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c3ae288-ea0f-4373-8267-f0013f654bb3/model-vers/model-ver/40bc4e13-41d7-4e74-b3d0-cd1c4e602fb7?depth=0|INFO|500||InvokeReturn 2021-04-14T06:09:52.983Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-14T06:09:52.983Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:09:52.985Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-14T06:09:52.985Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e320d6b-63fb-432b-b109-e401ced491b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-14T06:09:52.986Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-14T06:09:52.986Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:09:52.988Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:09:52.988Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380592986, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:09:53.088Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:09:53.089Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:09:53.089Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:09:53.103Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:09:53.104Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T06:09:53.997Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-14T06:09:53.997Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"59b66e5b-a66b-45a2-9925-87c71608fbbd","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed632c7a-412f-409c-a7ff-7f005e5099aa","serviceDescription":"service","serviceInvariantUUID":"b0cfd344-54c2-4047-be30-5360f321c866","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"617621f6-a1e5-408f-a1e2-f588a8747f3e","resourceInvariantUUID":"92b80538-30c8-4718-91bb-f0a9b09e0570","resourceCustomizationUUID":"db5a5985-d0f7-45e5-b12b-932f05a4f058","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":"YjhlYmU5YzMwMzE5NWU5NjRmZWZlMmZiMDcwNzEwODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6983a5b-2ca8-46f1-9e7e-129162ef91f7","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":"ZWFkMjZmMTdlYTJhZmZmYmM5ZmZhYTc2ODgxZjMyODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5b33e7f-f893-46ba-8773-fe7bce1db3bc","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":"76f7761e-3210-4da7-8a8c-5cc4aee9f1cf","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":"b4f017c6-7fbf-470d-ba62-25fe6c5c6610","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":"01de43df-4463-4b72-bd80-9b0a5484f5de","artifactVersion":"2","generatedFromUUID":"76f7761e-3210-4da7-8a8c-5cc4aee9f1cf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2E0NjFlYTg3MjdmNjM0MGU5YWFhZWJkOGE5OTg0NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7bc8cb8b-b2d3-421f-8e4f-ffb93f626dc3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDdkZTcwNWJmM2JhYjE0ZjdmOWUzZjk0ODk3NDc5MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c986e31-8ccb-4102-9fbf-7cd7f014d260","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-14T06:09:53.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:09:53.998Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:09:53.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:09:53.999Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:54.100Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T06:09:54.100Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:09:54.100Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:09:54.110Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:09:54.110Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:09:55.000Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:09:55.001Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:09:55.003Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:09:55.003Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:09:55.103Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:09:55.104Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:09:55.104Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:09:55.114Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:09:55.114Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:09:56.003Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:09:56.004Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:09:56.006Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:09:56.006Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:09:56.106Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:09:56.107Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:09:56.108Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:09:56.117Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:09:56.117Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:09:57.007Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:09:57.008Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:09:57.010Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:09:57.010Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:57.110Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:09:57.111Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:09:57.111Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:09:57.121Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:09:57.121Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:09:58.010Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:09:58.011Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:09:58.013Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:09:58.013Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-14T06:09:58.113Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:09:58.114Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:09:58.115Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:09:58.126Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:09:58.127Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:09:59.014Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:09:59.014Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:09:59.016Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:09:59.016Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:09:59.116Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:09:59.117Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:09:59.117Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:09:59.126Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:09:59.126Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:10:00.016Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:10:00.017Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:10:00.019Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:10:00.019Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:10:00.119Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:10:00.120Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:10:00.120Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:10:00.131Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:10:00.131Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:10:01.020Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ed632c7a-412f-409c-a7ff-7f005e5099aa", "serviceDescription": "service", "serviceInvariantUUID": "b0cfd344-54c2-4047-be30-5360f321c866", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "db5a5985-d0f7-45e5-b12b-932f05a4f058", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "617621f6-a1e5-408f-a1e2-f588a8747f3e", "resourceInvariantUUID": "92b80538-30c8-4718-91bb-f0a9b09e0570", "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": "ZWFkMjZmMTdlYTJhZmZmYmM5ZmZhYTc2ODgxZjMyODk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e5b33e7f-f893-46ba-8773-fe7bce1db3bc", "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": "76f7761e-3210-4da7-8a8c-5cc4aee9f1cf", "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": "01de43df-4463-4b72-bd80-9b0a5484f5de", "generatedFromUUID": "76f7761e-3210-4da7-8a8c-5cc4aee9f1cf" }, "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": "01de43df-4463-4b72-bd80-9b0a5484f5de", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MDdkZTcwNWJmM2JhYjE0ZjdmOWUzZjk0ODk3NDc5MDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5c986e31-8ccb-4102-9fbf-7cd7f014d260" } ], "workloadContext": "Production" } 2021-04-14T06:10:01.020Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-14T06:10:01.020Z|9e320d6b-63fb-432b-b109-e401ced491b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed632c7a-412f-409c-a7ff-7f005e5099aa ASDC 2021-04-14T06:10:01.021Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:59b66e5b-a66b-45a2-9925-87c71608fbbd ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ed632c7a-412f-409c-a7ff-7f005e5099aa ServiceInvariantUUID:b0cfd344-54c2-4047-be30-5360f321c866 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:5c986e31-8ccb-4102-9fbf-7cd7f014d260 ArtifactChecksum:MDdkZTcwNWJmM2JhYjE0ZjdmOWUzZjk0ODk3NDc5MDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:db5a5985-d0f7-45e5-b12b-932f05a4f058 ResourceInvariantUUID:92b80538-30c8-4718-91bb-f0a9b09e0570 ResourceName:basic_vm ResourceType:VF ResourceUUID:617621f6-a1e5-408f-a1e2-f588a8747f3e 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:e5b33e7f-f893-46ba-8773-fe7bce1db3bc ArtifactChecksum:ZWFkMjZmMTdlYTJhZmZmYmM5ZmZhYTc2ODgxZjMyODk= 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:76f7761e-3210-4da7-8a8c-5cc4aee9f1cf 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:01de43df-4463-4b72-bd80-9b0a5484f5de 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:01de43df-4463-4b72-bd80-9b0a5484f5de ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-14T06:10:01.021Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed632c7a-412f-409c-a7ff-7f005e5099aa ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T06:10:01.054Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:10:01.055Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:10:01.055Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:10:01.055Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5c986e31-8ccb-4102-9fbf-7cd7f014d260 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-14T06:10:01.055Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:10:01.055Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-14T06:10:03.692Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:10:03.698Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5c986e31-8ccb-4102-9fbf-7cd7f014d260 74266 2021-04-14T06:10:03.698Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-14T06:10:03.698Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-14T06:10:03.698Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:10:03.699Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:10:03.700Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:10:03.700Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380603698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:10:03.801Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T06:10:03.802Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:10:03.802Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:10:03.814Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:10:03.815Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:10:04.701Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:10:04.702Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:10:04.702Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5c986e31-8ccb-4102-9fbf-7cd7f014d260, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:04.702Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-14T06:10:04.702Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:04.702Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:04.959Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14439704267090957117/Definitions/service-BasicVm-template.yml 2021-04-14T06:10:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:10:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:10:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:10:05.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:10:05.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:10:05.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380485035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:10:05.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.995Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:05.996Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-14T06:10:05.997Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:10:05.997Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:10:05.997Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:05.997Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:05.997Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:05.997Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-14T06:10:05.997Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-14T06:10:05.997Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-14T06:10:05.998Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-14T06:10:05.998Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-14T06:10:05.998Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-14T06:10:05.998Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:05.998Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T06:10:05.998Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:05.998Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-14T06:10:05.998Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:10:05.998Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:05.998Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-14T06:10:05.999Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:10:05.999Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:05.999Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-14T06:10:05.999Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:10:05.999Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:05.999Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-14T06:10:05.999Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-14T06:10:05.999Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-14T06:10:05.999Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cd9358ed-82b2-4a24-8888-c832bf42e926 2021-04-14T06:10:06.000Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:06.000Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:06.000Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:06.000Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:06.000Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:06.000Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:06.000Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:06.000Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:06.000Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ed632c7a-412f-409c-a7ff-7f005e5099aa Model Version:NULL Model InvariantUuid:b0cfd344-54c2-4047-be30-5360f321c866 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:1efa157f-df06-45eb-9686-037fdbe7d967 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:92b80538-30c8-4718-91bb-f0a9b09e0570 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:db5a5985-d0f7-45e5-b12b-932f05a4f058 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d99e6e9c-4663-4636-9a1b-5272945a2ea0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:22bedfbd-8797-48eb-80db-d6fd8d95112d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cd9358ed-82b2-4a24-8888-c832bf42e926 ModelInvariantUuid:0c1a65e2-2c7c-4a4b-bc25-f05c0cc76437 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:a0cc7dac-3df3-4442-826b-5917f256e4e8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:51482118-ca02-42e8-84ff-ad0029247b01 ModelInvariantUuid:5c20517f-e8c8-4e57-9f42-87d1912f42ce ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:314c0f19-761e-4197-9408-b4742f44a070 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-14T06:10:06.003Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 617621f6-a1e5-408f-a1e2-f588a8747f3e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:10:06.005Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||basic_vm 0 2021-04-14T06:10:06.006Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 617621f6-a1e5-408f-a1e2-f588a8747f3e 2021-04-14T06:10:06.006Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e5b33e7f-f893-46ba-8773-fe7bce1db3bc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-14T06:10:06.006Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:10:06.006Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-14T06:10:06.538Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:10:06.539Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e5b33e7f-f893-46ba-8773-fe7bce1db3bc 787 2021-04-14T06:10:06.539Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-14T06:10:06.539Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-14T06:10:06.539Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:10:06.539Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:10:06.540Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:10:06.541Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380606539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:10:06.641Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:10:06.642Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:10:06.642Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:10:06.650Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:10:06.651Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:10:07.542Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d99e6e9c-4663-4636-9a1b-5272945a2ea0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "22bedfbd-8797-48eb-80db-d6fd8d95112d", "vfModuleModelCustomizationUUID": "f13867d9-06dc-4089-90f1-4d24573c6e69", "isBase": true, "artifacts": [ "76f7761e-3210-4da7-8a8c-5cc4aee9f1cf", "01de43df-4463-4b72-bd80-9b0a5484f5de" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T06:10:07.546Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:22bedfbd-8797-48eb-80db-d6fd8d95112d VfModuleModelInvariantUUID:d99e6e9c-4663-4636-9a1b-5272945a2ea0 VfModuleModelDescription:NULL Artifacts UUID List:{ 76f7761e-3210-4da7-8a8c-5cc4aee9f1cf , 01de43df-4463-4b72-bd80-9b0a5484f5de } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T06:10:07.549Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d99e6e9c-4663-4636-9a1b-5272945a2ea0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "22bedfbd-8797-48eb-80db-d6fd8d95112d", "vfModuleModelCustomizationUUID": "f13867d9-06dc-4089-90f1-4d24573c6e69", "isBase": true, "artifacts": [ "76f7761e-3210-4da7-8a8c-5cc4aee9f1cf", "01de43df-4463-4b72-bd80-9b0a5484f5de" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T06:10:07.549Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:22bedfbd-8797-48eb-80db-d6fd8d95112d VfModuleModelInvariantUUID:d99e6e9c-4663-4636-9a1b-5272945a2ea0 VfModuleModelDescription:NULL Artifacts UUID List:{ 76f7761e-3210-4da7-8a8c-5cc4aee9f1cf , 01de43df-4463-4b72-bd80-9b0a5484f5de } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T06:10:07.549Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 76f7761e-3210-4da7-8a8c-5cc4aee9f1cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-14T06:10:07.549Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:10:07.549Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-14T06:10:08.051Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:10:08.051Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 76f7761e-3210-4da7-8a8c-5cc4aee9f1cf 5033 2021-04-14T06:10:08.052Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-14T06:10:08.052Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-14T06:10:08.052Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:10:08.052Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:10:08.054Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:10:08.054Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380608052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:10:08.155Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T06:10:08.155Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:10:08.155Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:10:08.166Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:10:08.167Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:10:09.055Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 01de43df-4463-4b72-bd80-9b0a5484f5de from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-14T06:10:09.055Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:10:09.055Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-14T06:10:09.382Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:10:09.382Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 01de43df-4463-4b72-bd80-9b0a5484f5de 903 2021-04-14T06:10:09.382Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-14T06:10:09.382Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-14T06:10:09.383Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:10:09.383Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:10:09.384Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:10:09.384Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380609382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:10:09.484Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:10:09.485Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:10:09.486Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:10:09.497Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:10:09.497Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:10:10.385Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ed632c7a-412f-409c-a7ff-7f005e5099aa 2021-04-14T06:10:10.385Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 617621f6-a1e5-408f-a1e2-f588a8747f3e ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:10:10.395Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.396Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:10.396Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-14T06:10:10.396Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= db5a5985-d0f7-45e5-b12b-932f05a4f058 2021-04-14T06:10:10.396Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db5a5985-d0f7-45e5-b12b-932f05a4f058 matches Tosca VF Customization UUID: db5a5985-d0f7-45e5-b12b-932f05a4f058 2021-04-14T06:10:10.396Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: db5a5985-d0f7-45e5-b12b-932f05a4f058 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-14T06:10:10.398Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.398Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:10.399Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id db5a5985-d0f7-45e5-b12b-932f05a4f058: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-14T06:10:10.399Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f9c91c9 2021-04-14T06:10:10.399Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.399Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T06:10:10.399Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f13867d9-06dc-4089-90f1-4d24573c6e69 2021-04-14T06:10:10.399Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f13867d9-06dc-4089-90f1-4d24573c6e69 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-14T06:10:10.401Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.401Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-14T06:10:10.402Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:10:10.402Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.402Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-14T06:10:10.402Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:10:10.402Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.402Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-14T06:10:10.403Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-14T06:10:10.403Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-14T06:10:10.403Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cd9358ed-82b2-4a24-8888-c832bf42e926 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-14T06:10:10.404Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.404Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-14T06:10:10.404Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:10:10.404Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.404Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-14T06:10:10.405Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=db5a5985-d0f7-45e5-b12b-932f05a4f058 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ed632c7a-412f-409c-a7ff-7f005e5099aa: basic_vm 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.406Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:10.407Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:10:10.407Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:10:10.407Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:10:10.457Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 617621f6-a1e5-408f-a1e2-f588a8747f3e 1 ASDC deployResourceStructure 2021-04-14T06:10:10.457Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-14T06:10:10.457Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-14T06:10:10.458Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:10:10.458Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:10:10.460Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:10:10.460Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380610457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:10:10.560Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:10:10.560Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:10:10.561Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:10:10.569Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:10:10.569Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:10:11.460Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-14T06:10:11.461Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-14T06:10:11.461Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:10:11.462Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:10:11.463Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:10:11.463Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380611460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-14T06:10:11.564Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:10:11.565Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:10:11.565Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:10:11.575Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:10:11.575Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:10:12.464Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-14T06:10:12.465Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-14T06:10:12.465Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:10:12.465Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:10:12.467Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:10:12.467Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380612464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-14T06:10:12.567Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:10:12.568Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:10:12.568Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:10:12.577Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:10:12.577Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:10:13.468Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-14T06:10:13.469Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-14T06:10:13.469Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:10:13.469Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:10:13.471Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:10:13.471Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380613468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:10:13.571Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:10:13.572Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:10:13.572Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:10:13.584Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:10:13.585Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:10:14.472Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b66e5b-a66b-45a2-9925-87c71608fbbd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:10:14.479Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b66e5b-a66b-45a2-9925-87c71608fbbd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:10:14.481Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:10:14.481Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:10:14.481Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:10:44.481Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b66e5b-a66b-45a2-9925-87c71608fbbd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:10:44.487Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b66e5b-a66b-45a2-9925-87c71608fbbd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:10:44.488Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:10:44.488Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:10:44.488Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:11:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:11:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:11:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:05.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:05.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "dcae-sch", "timestamp": 1618380483454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380480427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380481562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "ves-openapi-manager", "timestamp": 1618380479585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380484686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380485345, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.061Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59b66e5b-a66b-45a2-9925-87c71608fbbd 2021-04-14T06:11:05.061Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b66e5b-a66b-45a2-9925-87c71608fbbd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:11:05.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "clamp", "timestamp": 1618380485783, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.070Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e320d6b-63fb-432b-b109-e401ced491b7 2021-04-14T06:11:05.070Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e320d6b-63fb-432b-b109-e401ced491b7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:11:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-14T06:11:05.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380486039, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.078Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59b66e5b-a66b-45a2-9925-87c71608fbbd 2021-04-14T06:11:05.078Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b66e5b-a66b-45a2-9925-87c71608fbbd and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380480427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "dcae-sch", "timestamp": 1618380483454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380481562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "ves-openapi-manager", "timestamp": 1618380479585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380484686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:11:05.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "multicloud-k8s-id", "timestamp": 1618380486348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "cds", "timestamp": 1618380486730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:11:05.090Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 2021-04-14T06:11:05.091Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:11:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380480427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "dcae-sch", "timestamp": 1618380483454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380481562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "ves-openapi-manager", "timestamp": 1618380479585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380484686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380487352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380480427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "dcae-sch", "timestamp": 1618380483454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380481562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380484686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380487352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "dcae-sch", "timestamp": 1618380483454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380481562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380484686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380489045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380489890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380487352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "aai-ml", "timestamp": 1618380489997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380489984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "dcae-sch", "timestamp": 1618380483454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380484686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380489045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380490686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380487352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "aai-ml", "timestamp": 1618380491001, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.101Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59b66e5b-a66b-45a2-9925-87c71608fbbd 2021-04-14T06:11:05.101Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b66e5b-a66b-45a2-9925-87c71608fbbd and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:11:05.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380490988, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "dcae-sch", "timestamp": 1618380483454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380484686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380489045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380487352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "policy-id", "timestamp": 1618380491990, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.109Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 2021-04-14T06:11:05.109Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:11:05.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380484686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:11:05.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380492004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380489045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "clamp", "timestamp": 1618380460659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380487352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380492004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380489045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380493803, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380487352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380494397, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380494612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380492004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380489045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380487352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380495317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380492004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380489045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380496207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380496318, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380496322, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.120Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 2021-04-14T06:11:05.121Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:11:05.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380496447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.123Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380492004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380489045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-windriver-id", "timestamp": 1618380497325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380497357, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380497466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380497596, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380492004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380497865, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380498449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380498469, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.126Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 2021-04-14T06:11:05.127Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:11:05.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380492004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "clamp", "timestamp": 1618380498700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380499452, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380499472, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380492004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "clamp", "timestamp": 1618380499772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380499815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380500455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "clamp", "timestamp": 1618380500775, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.132Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59b66e5b-a66b-45a2-9925-87c71608fbbd 2021-04-14T06:11:05.132Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b66e5b-a66b-45a2-9925-87c71608fbbd and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:11:05.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380500819, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.141Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 2021-04-14T06:11:05.141Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:11:05.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380500966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380501459, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380501988, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.152Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 2021-04-14T06:11:05.152Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380501779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "multicloud-k8s-id", "timestamp": 1618380502990, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380501779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380503559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380501779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380501779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380501779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380501779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380501779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380508882, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.156Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380501779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:11:05.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:11:05.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "aai-ml", "timestamp": 1618380509886, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.159Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 2021-04-14T06:11:05.159Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:11:05.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380514917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:05.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380517058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:11:05.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:11:05.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:11:05.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "clamp", "timestamp": 1618380518061, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:05.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 2021-04-14T06:11:05.167Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:11:14.488Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b66e5b-a66b-45a2-9925-87c71608fbbd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:11:14.496Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b66e5b-a66b-45a2-9925-87c71608fbbd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:11:14.498Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:11:14.498Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-14T06:11:14.498Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-14T06:11:14.499Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-14T06:11:14.499Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:11:14.499Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:11:14.499Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:11:14.499Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:11:14.499Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:11:14.499Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:11:14.499Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:11:14.502Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-14T06:11:44.502Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59b66e5b-a66b-45a2-9925-87c71608fbbd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-14T06:11:44.506Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59b66e5b-a66b-45a2-9925-87c71608fbbd and serviceModelVersionId: ed632c7a-412f-409c-a7ff-7f005e5099aa 2021-04-14T06:11:44.507Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0cfd344-54c2-4047-be30-5360f321c866 2021-04-14T06:11:44.507Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0cfd344-54c2-4047-be30-5360f321c866/model-vers/model-ver/ed632c7a-412f-409c-a7ff-7f005e5099aa?depth=0 2021-04-14T06:11:44.512Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-14T06:11:44.547Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b0cfd344-54c2-4047-be30-5360f321c866/model-vers/model-ver/ed632c7a-412f-409c-a7ff-7f005e5099aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-14T06:11:44.547Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b0cfd344-54c2-4047-be30-5360f321c866/model-vers/model-ver/ed632c7a-412f-409c-a7ff-7f005e5099aa?depth=0|INFO|500||Invoke 2021-04-14T06:11:44.566Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b0cfd344-54c2-4047-be30-5360f321c866/model-vers/model-ver/ed632c7a-412f-409c-a7ff-7f005e5099aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-14T06:11:44.683Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b0cfd344-54c2-4047-be30-5360f321c866/model-vers/model-ver/ed632c7a-412f-409c-a7ff-7f005e5099aa?depth=0|INFO|500||InvokeReturn 2021-04-14T06:11:44.683Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b0cfd344-54c2-4047-be30-5360f321c866/model-vers/model-ver/ed632c7a-412f-409c-a7ff-7f005e5099aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210414-06:11:44:571-78542], vertex-id=[471168], Content-Length=[0], Date=[Wed, 14 Apr 2021 06:11:44 GMT], Content-Type=[application/json]} 2021-04-14T06:11:44.684Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-04-14T06:11:44.684Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-14T06:11:44.684Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:11:44.687Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-14T06:11:44.687Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59b66e5b-a66b-45a2-9925-87c71608fbbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-14T06:11:44.687Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-14T06:11:44.687Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:44.690Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:44.690Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380704687, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:11:44.790Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:11:44.791Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:44.791Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:44.807Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:44.807Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T06:11:45.698Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-14T06:11:45.699Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64","serviceDescription":"service","serviceInvariantUUID":"5c2c7c27-9814-4b76-84e2-2d26caf107c1","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"28e93574-143f-481d-8cd8-31215f151ae1","resourceInvariantUUID":"e9e8877e-97cb-4020-9169-40b561c68f83","resourceCustomizationUUID":"e2723d44-9a2f-4b43-8307-16f13793781c","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":"YzQzMDEzZmNiMWYzZTA0YWZhMDQ5MzA4YzA3YWIwNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ca69f24-ec23-4425-ac7b-71a6d9589b24","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":"ZGU3OGRjZjIyYTZmMDlhODExNDA5M2I5YjBhYWJhMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d81b874a-a10f-4a03-8566-674fb46865e0","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":"ab0a3922-e507-4f98-969b-038aae43e812","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":"4bb2a943-0e85-4405-98fd-a64228c78ff9","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":"e417e4d1-dfe0-4c30-8974-10c3eb00de03","artifactVersion":"2","generatedFromUUID":"ab0a3922-e507-4f98-969b-038aae43e812"},{"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":"MmE0MmNlZDJhNzUyOWFhNDM2MzFkNTg0M2M3YzQ3NTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2d50a0c5-42e3-4714-abba-0c2789e92866","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":"MTc3NTFjMzhlZjYxZjBiOWEyNzU4MjA5MzQ4OWI4M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2b66089-cb0c-4b92-9f2e-dc0d2528b31f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2E3YzU5YWRiNDMyYWE0Y2MxYjUxNTYyNzZmNzIyMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a75cfafa-6a23-4220-99b7-bd7420fc5dc6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-14T06:11:45.699Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:11:45.699Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:45.702Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:45.702Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:45.802Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:11:45.803Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:45.803Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:45.814Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:45.815Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:11:46.702Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:11:46.703Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:46.705Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:46.705Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:11:46.805Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:11:46.806Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:46.806Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:46.816Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:46.817Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:11:47.706Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:11:47.706Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:47.709Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:47.709Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:11:47.810Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T06:11:47.811Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:47.811Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:47.823Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:47.824Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:11:48.710Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:11:48.711Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:48.712Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:48.712Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:48.812Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:11:48.813Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:48.813Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:48.826Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:48.827Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:11:49.713Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:11:49.713Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:49.715Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:49.715Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-14T06:11:49.816Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T06:11:49.817Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:49.817Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:49.827Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:49.827Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:11:50.716Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:11:50.717Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:50.718Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:50.718Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:50.819Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:11:50.820Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:50.823Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:50.835Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:50.835Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:11:51.719Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:11:51.720Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:51.722Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:51.722Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:11:51.822Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:11:51.823Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:51.824Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:51.832Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:51.833Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:11:52.723Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:11:52.724Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:52.725Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:52.725Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:11:52.826Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T06:11:52.827Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:52.827Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:52.838Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:52.838Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:11:53.727Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64", "serviceDescription": "service", "serviceInvariantUUID": "5c2c7c27-9814-4b76-84e2-2d26caf107c1", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e2723d44-9a2f-4b43-8307-16f13793781c", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "28e93574-143f-481d-8cd8-31215f151ae1", "resourceInvariantUUID": "e9e8877e-97cb-4020-9169-40b561c68f83", "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": "ZGU3OGRjZjIyYTZmMDlhODExNDA5M2I5YjBhYWJhMjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d81b874a-a10f-4a03-8566-674fb46865e0", "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": "ab0a3922-e507-4f98-969b-038aae43e812", "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": "e417e4d1-dfe0-4c30-8974-10c3eb00de03", "generatedFromUUID": "ab0a3922-e507-4f98-969b-038aae43e812" }, "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": "e417e4d1-dfe0-4c30-8974-10c3eb00de03", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "M2E3YzU5YWRiNDMyYWE0Y2MxYjUxNTYyNzZmNzIyMTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a75cfafa-6a23-4220-99b7-bd7420fc5dc6" } ], "workloadContext": "Production" } 2021-04-14T06:11:53.727Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-14T06:11:53.727Z|59b66e5b-a66b-45a2-9925-87c71608fbbd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64 ASDC 2021-04-14T06:11:53.727Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64 ServiceInvariantUUID:5c2c7c27-9814-4b76-84e2-2d26caf107c1 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:a75cfafa-6a23-4220-99b7-bd7420fc5dc6 ArtifactChecksum:M2E3YzU5YWRiNDMyYWE0Y2MxYjUxNTYyNzZmNzIyMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e2723d44-9a2f-4b43-8307-16f13793781c ResourceInvariantUUID:e9e8877e-97cb-4020-9169-40b561c68f83 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:28e93574-143f-481d-8cd8-31215f151ae1 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:d81b874a-a10f-4a03-8566-674fb46865e0 ArtifactChecksum:ZGU3OGRjZjIyYTZmMDlhODExNDA5M2I5YjBhYWJhMjU= 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:ab0a3922-e507-4f98-969b-038aae43e812 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:e417e4d1-dfe0-4c30-8974-10c3eb00de03 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:e417e4d1-dfe0-4c30-8974-10c3eb00de03 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-14T06:11:53.727Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T06:11:53.754Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:11:53.755Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:11:53.755Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:11:53.755Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a75cfafa-6a23-4220-99b7-bd7420fc5dc6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-14T06:11:53.755Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:11:53.755Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-14T06:11:54.213Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:11:54.218Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a75cfafa-6a23-4220-99b7-bd7420fc5dc6 82031 2021-04-14T06:11:54.218Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-14T06:11:54.218Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-14T06:11:54.218Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:11:54.218Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:54.220Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:54.220Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380714218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:54.320Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:11:54.321Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:54.321Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:54.331Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:54.332Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:11:55.220Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:11:55.222Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:11:55.222Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a75cfafa-6a23-4220-99b7-bd7420fc5dc6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:55.222Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-04-14T06:11:55.223Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:55.223Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:55.321Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP675155954427988479/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-04-14T06:11:56.342Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-14T06:11:56.342Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:11:56.343Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.344Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-14T06:11:56.345Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:11:56.346Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.346Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-14T06:11:56.346Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:11:56.346Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.346Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-14T06:11:56.346Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:11:56.346Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.346Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-14T06:11:56.347Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-14T06:11:56.347Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-14T06:11:56.347Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3e04262a-430c-405d-b91c-2c3bdb916a73 2021-04-14T06:11:56.347Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.347Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:11:56.347Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.347Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:11:56.347Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.347Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:11:56.347Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:11:56.348Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:11:56.348Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64 Model Version:NULL Model InvariantUuid:5c2c7c27-9814-4b76-84e2-2d26caf107c1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:7630bf72-f3ec-4b05-96c6-036131504400 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e9e8877e-97cb-4020-9169-40b561c68f83 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e2723d44-9a2f-4b43-8307-16f13793781c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1bec0865-4864-479a-a93f-a2d88d9319c2 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:36713a7c-fd91-4537-ad85-70eca5752cf8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3e04262a-430c-405d-b91c-2c3bdb916a73 ModelInvariantUuid:87be43e7-a359-435d-95a1-f4c7593225f6 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:cf0dc58c-30ac-4939-adf3-e02e7d9dea35 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:466ca6d0-ecc3-455b-824f-b95b853ead79 ModelInvariantUuid:19098a48-650d-45c0-a76f-ee2fac948393 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:1a5239f2-198b-45f8-a253-22303c304d22 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-14T06:11:56.350Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 28e93574-143f-481d-8cd8-31215f151ae1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:11:56.352Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2021-04-14T06:11:56.352Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 28e93574-143f-481d-8cd8-31215f151ae1 2021-04-14T06:11:56.352Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d81b874a-a10f-4a03-8566-674fb46865e0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-14T06:11:56.352Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:11:56.352Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-14T06:11:56.510Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:11:56.510Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d81b874a-a10f-4a03-8566-674fb46865e0 792 2021-04-14T06:11:56.510Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-04-14T06:11:56.510Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-14T06:11:56.511Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:11:56.511Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:56.512Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:56.512Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380716510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:56.613Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T06:11:56.613Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:56.613Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:56.625Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:56.625Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:11:57.513Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1bec0865-4864-479a-a93f-a2d88d9319c2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "36713a7c-fd91-4537-ad85-70eca5752cf8", "vfModuleModelCustomizationUUID": "e775fa7c-532c-44fe-a524-b403207d684a", "isBase": true, "artifacts": [ "ab0a3922-e507-4f98-969b-038aae43e812", "e417e4d1-dfe0-4c30-8974-10c3eb00de03" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T06:11:57.518Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:36713a7c-fd91-4537-ad85-70eca5752cf8 VfModuleModelInvariantUUID:1bec0865-4864-479a-a93f-a2d88d9319c2 VfModuleModelDescription:NULL Artifacts UUID List:{ ab0a3922-e507-4f98-969b-038aae43e812 , e417e4d1-dfe0-4c30-8974-10c3eb00de03 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T06:11:57.520Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1bec0865-4864-479a-a93f-a2d88d9319c2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "36713a7c-fd91-4537-ad85-70eca5752cf8", "vfModuleModelCustomizationUUID": "e775fa7c-532c-44fe-a524-b403207d684a", "isBase": true, "artifacts": [ "ab0a3922-e507-4f98-969b-038aae43e812", "e417e4d1-dfe0-4c30-8974-10c3eb00de03" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T06:11:57.520Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:36713a7c-fd91-4537-ad85-70eca5752cf8 VfModuleModelInvariantUUID:1bec0865-4864-479a-a93f-a2d88d9319c2 VfModuleModelDescription:NULL Artifacts UUID List:{ ab0a3922-e507-4f98-969b-038aae43e812 , e417e4d1-dfe0-4c30-8974-10c3eb00de03 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T06:11:57.520Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ab0a3922-e507-4f98-969b-038aae43e812 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-14T06:11:57.520Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:11:57.520Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-14T06:11:57.705Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:11:57.706Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ab0a3922-e507-4f98-969b-038aae43e812 5033 2021-04-14T06:11:57.706Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-14T06:11:57.706Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-14T06:11:57.706Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:11:57.706Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:11:57.708Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:11:57.708Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380717706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:11:57.808Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:11:57.809Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:11:57.809Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:11:57.820Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:11:57.820Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:11:58.708Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e417e4d1-dfe0-4c30-8974-10c3eb00de03 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-14T06:11:58.709Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:11:58.709Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-14T06:12:01.480Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:12:01.480Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e417e4d1-dfe0-4c30-8974-10c3eb00de03 903 2021-04-14T06:12:01.481Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-14T06:12:01.481Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-14T06:12:01.481Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:12:01.481Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:01.483Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:01.484Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380721481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:12:01.584Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:01.584Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:01.585Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:01.596Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:01.596Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:02.484Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64 2021-04-14T06:12:02.485Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 28e93574-143f-481d-8cd8-31215f151ae1 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:12:02.492Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.492Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:02.492Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-14T06:12:02.492Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e2723d44-9a2f-4b43-8307-16f13793781c 2021-04-14T06:12:02.492Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2723d44-9a2f-4b43-8307-16f13793781c matches Tosca VF Customization UUID: e2723d44-9a2f-4b43-8307-16f13793781c 2021-04-14T06:12:02.492Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e2723d44-9a2f-4b43-8307-16f13793781c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-14T06:12:02.494Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.494Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:02.495Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e2723d44-9a2f-4b43-8307-16f13793781c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-14T06:12:02.495Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f19f83e 2021-04-14T06:12:02.495Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.495Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T06:12:02.495Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e775fa7c-532c-44fe-a524-b403207d684a 2021-04-14T06:12:02.495Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e775fa7c-532c-44fe-a524-b403207d684a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-14T06:12:02.497Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.497Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-14T06:12:02.497Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:12:02.497Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.497Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-14T06:12:02.498Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:12:02.498Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.498Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-14T06:12:02.498Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-14T06:12:02.498Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-14T06:12:02.498Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3e04262a-430c-405d-b91c-2c3bdb916a73 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-14T06:12:02.500Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.500Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-14T06:12:02.500Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:12:02.500Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.500Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-14T06:12:02.500Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e2723d44-9a2f-4b43-8307-16f13793781c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:12:02.501Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.502Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:02.502Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64: basic_vm_macro 2021-04-14T06:12:02.502Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.502Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:02.502Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.503Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:02.503Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.503Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:02.503Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.503Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:02.503Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:02.504Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:02.504Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:12:02.544Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 28e93574-143f-481d-8cd8-31215f151ae1 1 ASDC deployResourceStructure 2021-04-14T06:12:02.545Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-04-14T06:12:02.545Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-14T06:12:02.545Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:12:02.545Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:02.547Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:02.547Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380722545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:12:02.648Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T06:12:02.649Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:02.649Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:02.657Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:02.658Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:03.547Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-14T06:12:03.548Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-14T06:12:03.548Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:12:03.548Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:03.550Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:03.550Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380723547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-14T06:12:03.650Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:03.651Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:03.651Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:03.660Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:03.660Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:04.551Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-14T06:12:04.551Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-14T06:12:04.551Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:12:04.552Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:04.554Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:04.554Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380724550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-14T06:12:04.654Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:04.655Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:04.655Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:04.666Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:04.666Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:12:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:12:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:12:05.030Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:05.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:05.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:12:05.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e320d6b-63fb-432b-b109-e401ced491b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380592986, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:12:05.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:12:05.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:12:05.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:12:05.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:12:05.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:12:05.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:12:05.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:12:05.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:12:05.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:12:05.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:12:05.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380603698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:12:05.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:12:05.555Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-14T06:12:05.556Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-14T06:12:05.556Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:12:05.556Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:05.558Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:05.558Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380725555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:12:05.659Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:05.660Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:05.660Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:05.670Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:05.670Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:06.559Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:12:06.565Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:12:06.567Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:12:06.568Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-14T06:12:06.568Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-14T06:12:06.568Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-14T06:12:06.568Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:12:06.568Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:12:06.568Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:12:06.568Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:12:06.569Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:12:06.569Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:12:06.569Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:12:06.571Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-14T06:12:36.571Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-14T06:12:36.575Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and serviceModelVersionId: eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64 2021-04-14T06:12:36.575Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c2c7c27-9814-4b76-84e2-2d26caf107c1 2021-04-14T06:12:36.576Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c2c7c27-9814-4b76-84e2-2d26caf107c1/model-vers/model-ver/eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64?depth=0 2021-04-14T06:12:36.580Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-14T06:12:36.609Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c2c7c27-9814-4b76-84e2-2d26caf107c1/model-vers/model-ver/eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64?depth=0|INFO|500||Invoke 2021-04-14T06:12:36.609Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c2c7c27-9814-4b76-84e2-2d26caf107c1/model-vers/model-ver/eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c2c7c27-9814-4b76-84e2-2d26caf107c1/model-vers/model-ver/eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc7c26b8-cf3b-4e60-ac83-bdcd5deb572a], X-ECOMP-RequestID=[1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242], X-TransactionId=[], X-ONAP-RequestID=[1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242], Content-Type=[application/merge-patch+json]} 2021-04-14T06:12:36.638Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c2c7c27-9814-4b76-84e2-2d26caf107c1/model-vers/model-ver/eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-14T06:12:36.710Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c2c7c27-9814-4b76-84e2-2d26caf107c1/model-vers/model-ver/eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64?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/5c2c7c27-9814-4b76-84e2-2d26caf107c1/model-vers/model-ver/eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210414-06:12:36:643-56725], vertex-id=[196664], Content-Length=[0], Date=[Wed, 14 Apr 2021 06:12:36 GMT], Content-Type=[application/json]} 2021-04-14T06:12:36.710Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c2c7c27-9814-4b76-84e2-2d26caf107c1/model-vers/model-ver/eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-14T06:12:36.710Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c2c7c27-9814-4b76-84e2-2d26caf107c1/model-vers/model-ver/eb30aca0-a1ab-4aa4-b46d-f39aa3aefa64?depth=0|INFO|500||InvokeReturn 2021-04-14T06:12:36.711Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-14T06:12:36.711Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:12:36.714Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-14T06:12:36.714Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-14T06:12:36.714Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-14T06:12:36.714Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:36.717Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:36.717Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380756714, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:12:36.817Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:36.818Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:36.818Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:36.831Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:36.831Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T06:12:37.724Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:12:37.725Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:12:37.725Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:42.006Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:42.007Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-14T06:12:42.007Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6315432b-96eb-49c0-8d5c-1e03f7e47f19","serviceDescription":"service","serviceInvariantUUID":"3b2a218f-8bde-49e8-b55c-59e0da597e69","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"277ce338-5192-41aa-9055-338497b7f595","resourceInvariantUUID":"0c413a37-96e0-4fa8-9013-19c5aa69fb26","resourceCustomizationUUID":"de3dcbb6-e447-4fb9-bbbc-0ea8f86b8fc8","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":"YzM3ZDhlYzYyOTBlZDFlZWYxMzU0ZDkzYjY3NTkwYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0eec2bb1-34ed-4ab5-af56-ced2224c87da","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":"121e3f9f-8b86-4e7e-904e-6a2ac1f2ffd7","artifactVersion":"2","generatedFromUUID":"d9eae3d3-29a3-41fa-a86c-0eae3ad0e92a"},{"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":"d9eae3d3-29a3-41fa-a86c-0eae3ad0e92a","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":"NzQ5OGJiYzQzN2NkNTgwYjI0OGE5ZmI3MTNlNjg2OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92ee19e2-169c-46d2-bc3d-3d7f0a0460ec","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":"ce4108d5-1682-4140-be2f-fd64495f1ab1","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":"409df030-6664-458a-85a5-efe98a428a18","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":"f65caacc-b004-49a1-95fb-7a224ffb37ac","artifactVersion":"2","generatedFromUUID":"ce4108d5-1682-4140-be2f-fd64495f1ab1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjkyYzE2OWJhOGYyZjBhMzE1YTYxMDk3YWI0MjQxYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2984dab8-e436-4fcc-a4b3-d3c4974d8a32","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjQxYWU1ZTNkOWQ1NzNhNjAxMzM2ZGMxZmU2OWFkYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"85c334a3-81e3-4239-8433-35b167ded5ea","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-14T06:12:42.008Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:12:42.008Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:42.011Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:42.011Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:12:42.111Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:42.112Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:42.112Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:42.122Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:42.122Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:43.011Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:12:43.012Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:43.014Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:43.014Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-14T06:12:43.115Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T06:12:43.116Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:43.116Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:43.126Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:43.126Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:44.015Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:12:44.015Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:44.017Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:44.017Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-14T06:12:44.117Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:44.118Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:44.118Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:44.127Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:44.128Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:45.019Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:12:45.020Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:45.022Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:45.022Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:12:45.122Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:45.123Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:45.123Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:45.138Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:45.139Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:46.023Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:12:46.024Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:46.027Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:46.027Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-14T06:12:46.127Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:46.128Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:46.128Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:46.140Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:46.141Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:47.028Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:12:47.028Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:47.030Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:47.031Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:12:47.131Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:47.132Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:47.132Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:47.142Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:47.142Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:48.031Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:12:48.032Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:48.034Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:48.034Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-14T06:12:48.134Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:48.135Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:48.135Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:48.145Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:48.145Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:49.035Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:12:49.035Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:49.037Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:49.037Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:12:49.137Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:49.138Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:49.138Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:49.147Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:49.148Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:50.037Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-14T06:12:50.038Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:50.040Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:50.040Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:12:50.140Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:50.141Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:50.141Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:50.151Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:50.152Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:12:51.041Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "6315432b-96eb-49c0-8d5c-1e03f7e47f19", "serviceDescription": "service", "serviceInvariantUUID": "3b2a218f-8bde-49e8-b55c-59e0da597e69", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "de3dcbb6-e447-4fb9-bbbc-0ea8f86b8fc8", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "277ce338-5192-41aa-9055-338497b7f595", "resourceInvariantUUID": "0c413a37-96e0-4fa8-9013-19c5aa69fb26", "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": "121e3f9f-8b86-4e7e-904e-6a2ac1f2ffd7", "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": "d9eae3d3-29a3-41fa-a86c-0eae3ad0e92a", "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": "NzQ5OGJiYzQzN2NkNTgwYjI0OGE5ZmI3MTNlNjg2OWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "92ee19e2-169c-46d2-bc3d-3d7f0a0460ec", "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": "ce4108d5-1682-4140-be2f-fd64495f1ab1", "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": "f65caacc-b004-49a1-95fb-7a224ffb37ac", "generatedFromUUID": "ce4108d5-1682-4140-be2f-fd64495f1ab1" }, "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": "f65caacc-b004-49a1-95fb-7a224ffb37ac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NjQxYWU1ZTNkOWQ1NzNhNjAxMzM2ZGMxZmU2OWFkYmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "85c334a3-81e3-4239-8433-35b167ded5ea" } ], "workloadContext": "Production" } 2021-04-14T06:12:51.041Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-14T06:12:51.041Z|1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6315432b-96eb-49c0-8d5c-1e03f7e47f19 ASDC 2021-04-14T06:12:51.041Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:6315432b-96eb-49c0-8d5c-1e03f7e47f19 ServiceInvariantUUID:3b2a218f-8bde-49e8-b55c-59e0da597e69 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:85c334a3-81e3-4239-8433-35b167ded5ea ArtifactChecksum:NjQxYWU1ZTNkOWQ1NzNhNjAxMzM2ZGMxZmU2OWFkYmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:de3dcbb6-e447-4fb9-bbbc-0ea8f86b8fc8 ResourceInvariantUUID:0c413a37-96e0-4fa8-9013-19c5aa69fb26 ResourceName:basic_cnf ResourceType:VF ResourceUUID:277ce338-5192-41aa-9055-338497b7f595 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:121e3f9f-8b86-4e7e-904e-6a2ac1f2ffd7 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:d9eae3d3-29a3-41fa-a86c-0eae3ad0e92a 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:92ee19e2-169c-46d2-bc3d-3d7f0a0460ec ArtifactChecksum:NzQ5OGJiYzQzN2NkNTgwYjI0OGE5ZmI3MTNlNjg2OWI= 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:ce4108d5-1682-4140-be2f-fd64495f1ab1 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:f65caacc-b004-49a1-95fb-7a224ffb37ac 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:f65caacc-b004-49a1-95fb-7a224ffb37ac ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-14T06:12:51.041Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6315432b-96eb-49c0-8d5c-1e03f7e47f19 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:12:51.063Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:12:51.063Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:12:51.064Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:12:51.064Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 85c334a3-81e3-4239-8433-35b167ded5ea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-14T06:12:51.064Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:12:51.064Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-14T06:12:51.977Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:12:51.981Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 85c334a3-81e3-4239-8433-35b167ded5ea 71158 2021-04-14T06:12:51.981Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-14T06:12:51.982Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-14T06:12:51.982Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:12:51.982Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:51.984Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:51.984Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380771981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:12:52.085Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:52.085Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:52.086Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:52.099Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:52.099Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:52.985Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-14T06:12:52.986Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-14T06:12:52.986Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 85c334a3-81e3-4239-8433-35b167ded5ea, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-14T06:12:52.987Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-14T06:12:52.987Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-14T06:12:52.987Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-14T06:12:53.084Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12321598820330340420/Definitions/service-BasicCnf-template.yml 2021-04-14T06:12:54.072Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-14T06:12:54.072Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-14T06:12:54.073Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:12:54.074Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:12:54.074Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.074Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:54.074Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-14T06:12:54.074Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-14T06:12:54.074Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-14T06:12:54.074Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.074Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:54.074Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.075Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-14T06:12:54.075Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-14T06:12:54.075Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-14T06:12:54.075Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-14T06:12:54.075Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.075Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T06:12:54.075Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.075Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-14T06:12:54.075Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:12:54.076Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.076Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-14T06:12:54.076Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:12:54.076Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.076Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-14T06:12:54.076Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:12:54.076Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.076Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6154efad-fbc2-438e-95aa-99f163b439e9 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:12:54.077Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:6315432b-96eb-49c0-8d5c-1e03f7e47f19 Model Version:NULL Model InvariantUuid:3b2a218f-8bde-49e8-b55c-59e0da597e69 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0d936dde-2802-4ef6-8d4c-676f18388e30 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0c413a37-96e0-4fa8-9013-19c5aa69fb26 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:de3dcbb6-e447-4fb9-bbbc-0ea8f86b8fc8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f540d1e3-c995-4dd5-bad2-025b5a2f5c06 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:b8956ba8-a2de-4ce2-b407-175715b338f3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6154efad-fbc2-438e-95aa-99f163b439e9 ModelInvariantUuid:ef192561-4f61-4f9b-8209-1d4c1435ff38 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:35143bd3-edbd-4209-a758-a85db1841cb6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:744e68a5-6d2d-472b-81d5-0756333b7ba5 ModelInvariantUuid:4f310231-9e29-42da-86a5-f897e1299f06 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:84c7840e-e4df-4736-a782-2589bbdba13f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-14T06:12:54.080Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 277ce338-5192-41aa-9055-338497b7f595 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:12:54.082Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||basic_cnf 0 2021-04-14T06:12:54.082Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 277ce338-5192-41aa-9055-338497b7f595 2021-04-14T06:12:54.083Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 121e3f9f-8b86-4e7e-904e-6a2ac1f2ffd7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-14T06:12:54.083Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:12:54.083Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-14T06:12:54.898Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:12:54.899Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 121e3f9f-8b86-4e7e-904e-6a2ac1f2ffd7 12 2021-04-14T06:12:54.899Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-14T06:12:54.899Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-14T06:12:54.899Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:12:54.900Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:54.902Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:54.902Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380774899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:12:55.002Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:55.003Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:55.003Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:55.014Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:55.015Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:55.903Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d9eae3d3-29a3-41fa-a86c-0eae3ad0e92a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-14T06:12:55.904Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:12:55.904Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-14T06:12:56.061Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:12:56.062Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d9eae3d3-29a3-41fa-a86c-0eae3ad0e92a 2688 2021-04-14T06:12:56.062Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-14T06:12:56.062Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-14T06:12:56.062Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:12:56.062Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:56.066Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:56.066Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380776062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-14T06:12:56.166Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:56.167Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:56.167Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:56.177Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:56.177Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:57.068Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 92ee19e2-169c-46d2-bc3d-3d7f0a0460ec from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-14T06:12:57.068Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:12:57.068Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-14T06:12:57.204Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:12:57.205Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 92ee19e2-169c-46d2-bc3d-3d7f0a0460ec 828 2021-04-14T06:12:57.205Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-14T06:12:57.205Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-14T06:12:57.205Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:12:57.205Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:57.207Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:57.207Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380777205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:12:57.307Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:57.308Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:57.308Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:57.321Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:57.321Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:12:58.208Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f540d1e3-c995-4dd5-bad2-025b5a2f5c06", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b8956ba8-a2de-4ce2-b407-175715b338f3", "vfModuleModelCustomizationUUID": "4d861561-582e-4651-8e96-921117e9eea1", "isBase": true, "artifacts": [ "d9eae3d3-29a3-41fa-a86c-0eae3ad0e92a", "ce4108d5-1682-4140-be2f-fd64495f1ab1", "f65caacc-b004-49a1-95fb-7a224ffb37ac" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T06:12:58.213Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b8956ba8-a2de-4ce2-b407-175715b338f3 VfModuleModelInvariantUUID:f540d1e3-c995-4dd5-bad2-025b5a2f5c06 VfModuleModelDescription:NULL Artifacts UUID List:{ d9eae3d3-29a3-41fa-a86c-0eae3ad0e92a , ce4108d5-1682-4140-be2f-fd64495f1ab1 , f65caacc-b004-49a1-95fb-7a224ffb37ac } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T06:12:58.214Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f540d1e3-c995-4dd5-bad2-025b5a2f5c06", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b8956ba8-a2de-4ce2-b407-175715b338f3", "vfModuleModelCustomizationUUID": "4d861561-582e-4651-8e96-921117e9eea1", "isBase": true, "artifacts": [ "d9eae3d3-29a3-41fa-a86c-0eae3ad0e92a", "ce4108d5-1682-4140-be2f-fd64495f1ab1", "f65caacc-b004-49a1-95fb-7a224ffb37ac" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-14T06:12:58.215Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b8956ba8-a2de-4ce2-b407-175715b338f3 VfModuleModelInvariantUUID:f540d1e3-c995-4dd5-bad2-025b5a2f5c06 VfModuleModelDescription:NULL Artifacts UUID List:{ d9eae3d3-29a3-41fa-a86c-0eae3ad0e92a , ce4108d5-1682-4140-be2f-fd64495f1ab1 , f65caacc-b004-49a1-95fb-7a224ffb37ac } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-14T06:12:58.215Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ce4108d5-1682-4140-be2f-fd64495f1ab1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-14T06:12:58.215Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:12:58.215Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-14T06:12:59.068Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:12:59.068Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ce4108d5-1682-4140-be2f-fd64495f1ab1 1164 2021-04-14T06:12:59.068Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-14T06:12:59.068Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-14T06:12:59.068Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:12:59.068Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:12:59.070Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:12:59.070Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380779068, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:12:59.170Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:12:59.171Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:12:59.172Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:12:59.183Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:12:59.184Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:13:00.071Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f65caacc-b004-49a1-95fb-7a224ffb37ac from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-14T06:13:00.071Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-14T06:13:00.071Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-14T06:13:02.754Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-14T06:13:02.754Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f65caacc-b004-49a1-95fb-7a224ffb37ac 200 2021-04-14T06:13:02.755Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-14T06:13:02.755Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-14T06:13:02.755Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-14T06:13:02.755Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:13:02.757Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:13:02.757Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380782755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:13:02.858Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-14T06:13:02.858Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:13:02.858Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:13:02.868Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:13:02.868Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:13:03.758Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6315432b-96eb-49c0-8d5c-1e03f7e47f19 2021-04-14T06:13:03.759Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 277ce338-5192-41aa-9055-338497b7f595 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=? 2021-04-14T06:13:03.767Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:13:03.775Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.776Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:13:03.776Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-14T06:13:03.776Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= de3dcbb6-e447-4fb9-bbbc-0ea8f86b8fc8 2021-04-14T06:13:03.776Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de3dcbb6-e447-4fb9-bbbc-0ea8f86b8fc8 matches Tosca VF Customization UUID: de3dcbb6-e447-4fb9-bbbc-0ea8f86b8fc8 2021-04-14T06:13:03.776Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: de3dcbb6-e447-4fb9-bbbc-0ea8f86b8fc8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-14T06:13:03.778Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.778Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:13:03.779Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id de3dcbb6-e447-4fb9-bbbc-0ea8f86b8fc8: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-04-14T06:13:03.779Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39494f1 2021-04-14T06:13:03.779Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.779Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-14T06:13:03.779Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d861561-582e-4651-8e96-921117e9eea1 2021-04-14T06:13:03.779Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d861561-582e-4651-8e96-921117e9eea1 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-14T06:13:03.781Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.781Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-14T06:13:03.781Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:13:03.781Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.782Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-14T06:13:03.782Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:13:03.782Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.782Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-14T06:13:03.782Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-14T06:13:03.783Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6154efad-fbc2-438e-95aa-99f163b439e9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-14T06:13:03.784Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.784Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-14T06:13:03.784Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-14T06:13:03.784Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.784Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-14T06:13:03.784Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=de3dcbb6-e447-4fb9-bbbc-0ea8f86b8fc8 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:13:03.785Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.785Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:13:03.785Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6315432b-96eb-49c0-8d5c-1e03f7e47f19: basic_cnf 2021-04-14T06:13:03.786Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.786Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:13:03.786Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.786Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:13:03.786Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.786Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:13:03.786Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.786Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:13:03.786Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-14T06:13:03.787Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-14T06:13:03.787Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:13:03.835Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 277ce338-5192-41aa-9055-338497b7f595 1 ASDC deployResourceStructure 2021-04-14T06:13:03.836Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-14T06:13:03.836Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-04-14T06:13:03.836Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-14T06:13:03.836Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:13:03.838Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:13:03.838Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380783835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-14T06:13:03.938Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:13:03.939Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:13:03.939Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:13:03.950Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:13:03.950Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:13:04.839Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-14T06:13:04.839Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-04-14T06:13:04.839Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-14T06:13:04.840Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:13:04.841Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:13:04.841Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380784839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-14T06:13:04.941Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:13:04.942Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:13:04.942Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:13:04.953Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:13:04.954Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:13:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:13:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:13:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:13:05.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:13:05.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:13:05.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380606539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:13:05.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:13:05.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:13:05.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380608052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:13:05.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:13:05.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:13:05.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380609382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:13:05.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:13:05.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:13:05.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380610457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:13:05.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:13:05.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:13:05.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380611460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-14T06:13:05.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:13:05.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:13:05.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380612464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-14T06:13:05.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:13:05.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:13:05.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380613468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:13:05.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:13:05.842Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-14T06:13:05.842Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-14T06:13:05.843Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:13:05.843Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:13:05.844Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:13:05.845Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380785842, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:13:05.945Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:13:05.945Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:13:05.945Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:13:05.958Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:13:05.958Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:13:06.846Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-14T06:13:06.847Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-14T06:13:06.847Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:13:06.847Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:13:06.849Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:13:06.849Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380786846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-14T06:13:06.950Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:13:06.950Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:13:06.951Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:13:06.965Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:13:06.965Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:13:07.851Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-14T06:13:07.851Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-14T06:13:07.851Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:13:07.851Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:13:07.852Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:13:07.852Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380787850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-14T06:13:07.953Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-14T06:13:07.954Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:13:07.954Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:13:07.963Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:13:07.963Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-14T06:13:08.854Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-14T06:13:08.854Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-14T06:13:08.854Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-14T06:13:08.854Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:13:08.856Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:13:08.856Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380788854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:13:08.956Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:13:08.957Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:13:08.958Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:13:08.966Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:13:08.967Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-14T06:13:09.857Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:13:09.864Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:13:09.865Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:13:09.866Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:13:09.866Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:13:39.866Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:13:39.871Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:13:39.872Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:13:39.872Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-14T06:13:39.872Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-14T06:14:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:14:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:14:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:14:05.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:14:05.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380670507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380669045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380674692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380670659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380670507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380669045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380674692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380670659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380670507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380669045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380674692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380670659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380670507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380669045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380674692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380670659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380670507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380669045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380674692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380670659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "ves-openapi-manager", "timestamp": 1618380679585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380670507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380669045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380674692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380670659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380680427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "ves-openapi-manager", "timestamp": 1618380679585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380670507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-14T06:14:05.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380669045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380674692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380670659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380680427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380681562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "ves-openapi-manager", "timestamp": 1618380679585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380670507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380674692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380669045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380670659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380680427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380681562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "ves-openapi-manager", "timestamp": 1618380679585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380670507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380674692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380669045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380670659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "dcae-sch", "timestamp": 1618380683454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380680427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380681562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "ves-openapi-manager", "timestamp": 1618380679585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "dcae-sch", "timestamp": 1618380683454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380680427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380681562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "ves-openapi-manager", "timestamp": 1618380679585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380684685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380685447, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380685549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380685651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "dcae-sch", "timestamp": 1618380683454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380680427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380681562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-14T06:14:05.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "ves-openapi-manager", "timestamp": 1618380679585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380684685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-14T06:14:05.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "cds", "timestamp": 1618380686452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:14:05.069Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 2021-04-14T06:14:05.070Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:14:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380687057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "dcae-sch", "timestamp": 1618380683454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380680427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380681562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "ves-openapi-manager", "timestamp": 1618380679585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380684685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380687695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "dcae-sch", "timestamp": 1618380683454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380680427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380681562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "ves-openapi-manager", "timestamp": 1618380679585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380684685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:14:05.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380688640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618380688698, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:14:05.078Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 2021-04-14T06:14:05.078Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:14:05.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "dcae-sch", "timestamp": 1618380683454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380680427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:14:05.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380681562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380684685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "dcae-sch", "timestamp": 1618380683454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380681562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380684685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380690368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380690884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "dcae-sch", "timestamp": 1618380683454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380684685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380691409, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:14:05.085Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 2021-04-14T06:14:05.085Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:14:05.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380691887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380691981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "dcae-sch", "timestamp": 1618380683454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380684685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-k8s-id", "timestamp": 1618380692412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "policy-id", "timestamp": 1618380692890, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:14:05.092Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 2021-04-14T06:14:05.092Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380684685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380693409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380694207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380694905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380693409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380695620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380693409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380696045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380696056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380696782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380693409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380697087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:14:05.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380697189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380697787, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:14:05.099Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 2021-04-14T06:14:05.099Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:14:05.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380693409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "clamp", "timestamp": 1618380698097, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:14:05.103Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 2021-04-14T06:14:05.103Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-windriver-id", "timestamp": 1618380698791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380698842, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380693409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380699846, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:14:05.110Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 2021-04-14T06:14:05.110Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380693409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618380700850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380693409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380693409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380704054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b66e5b-a66b-45a2-9925-87c71608fbbd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380704687, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380709321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "aai-ml", "timestamp": 1618380710323, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:14:05.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 2021-04-14T06:14:05.115Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380480260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380714218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380716510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380717706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380721481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380722545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:14:05.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380723547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-14T06:14:05.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:05.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-14T06:14:05.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380724550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-14T06:14:05.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:14:09.873Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:14:09.880Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-14T06:14:09.881Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-14T06:14:09.881Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-14T06:14:09.881Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-14T06:14:09.882Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-14T06:14:09.882Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:14:09.882Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:14:09.882Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:14:09.882Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:14:09.882Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:14:09.882Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-14T06:14:09.882Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-14T06:14:09.884Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-14T06:14:39.885Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-14T06:14:39.890Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and serviceModelVersionId: 6315432b-96eb-49c0-8d5c-1e03f7e47f19 2021-04-14T06:14:39.890Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b2a218f-8bde-49e8-b55c-59e0da597e69 2021-04-14T06:14:39.891Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b2a218f-8bde-49e8-b55c-59e0da597e69/model-vers/model-ver/6315432b-96eb-49c0-8d5c-1e03f7e47f19?depth=0 2021-04-14T06:14:39.898Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-14T06:14:39.929Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b2a218f-8bde-49e8-b55c-59e0da597e69/model-vers/model-ver/6315432b-96eb-49c0-8d5c-1e03f7e47f19?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-14T06:14:39.930Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b2a218f-8bde-49e8-b55c-59e0da597e69/model-vers/model-ver/6315432b-96eb-49c0-8d5c-1e03f7e47f19?depth=0|INFO|500||Invoke 2021-04-14T06:14:39.952Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b2a218f-8bde-49e8-b55c-59e0da597e69/model-vers/model-ver/6315432b-96eb-49c0-8d5c-1e03f7e47f19?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-14T06:14:40.570Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b2a218f-8bde-49e8-b55c-59e0da597e69/model-vers/model-ver/6315432b-96eb-49c0-8d5c-1e03f7e47f19?depth=0|INFO|500||InvokeReturn 2021-04-14T06:14:40.570Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b2a218f-8bde-49e8-b55c-59e0da597e69/model-vers/model-ver/6315432b-96eb-49c0-8d5c-1e03f7e47f19?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210414-06:14:39:958-5477], vertex-id=[512128], Content-Length=[0], Date=[Wed, 14 Apr 2021 06:14:39 GMT], Content-Type=[application/json]} 2021-04-14T06:14:40.570Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-04-14T06:14:40.571Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-14T06:14:40.571Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-14T06:14:40.574Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-14T06:14:40.574Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-14T06:14:40.574Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-14T06:14:40.574Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-14T06:14:40.576Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-14T06:14:40.576Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380880574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:14:40.676Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-14T06:14:40.677Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-14T06:14:40.678Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:14:40.698Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:14:40.699Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-14T06:14:41.582Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:14:41.583Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:14:41.583Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:14:51.124Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:14:51.125Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:14:51.125Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:14:51.125Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:15:00.659Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:15:00.659Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:15:00.660Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:15:00.660Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:15:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:15:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:15:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:15:05.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:15:05.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380725555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:15:05.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:15:05.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec8a1d4-d6fe-4eed-b1c9-8f659b82c242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380756714, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:15:05.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:15:05.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:15:05.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-14T06:15:05.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-14T06:15:05.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380757724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380771981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380774899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380776062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380777205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380779068, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:15:05.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380782755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-14T06:15:05.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:15:05.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380783835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-14T06:15:05.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:15:05.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-14T06:15:05.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380784839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-14T06:15:05.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:15:10.198Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:15:10.198Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:15:10.198Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:15:10.199Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:15:19.739Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:15:19.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:15:19.740Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:15:19.740Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:15:29.283Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:15:29.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:15:29.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:15:29.284Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:15:38.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:15:38.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:15:38.821Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:15:38.821Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:15:48.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:15:48.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:15:48.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:15:48.356Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:15:57.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:15:57.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:15:57.895Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:15:57.895Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:16:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:16:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:16:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:16:05.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:16:05.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:16:05.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380785842, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-14T06:16:05.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:16:05.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:16:05.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380786846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-14T06:16:05.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:16:05.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:16:05.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380787850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-14T06:16:05.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:16:05.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:16:05.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380788854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-14T06:16:05.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:16:07.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:16:07.437Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:16:07.438Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:16:07.438Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:16:16.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:17:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:17:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:17:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:17:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:17:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:17:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:17:05.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:17:05.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-14T06:17:05.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618380880574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-14T06:17:05.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-14T06:17:14.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:18:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:18:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:18:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:18:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:18:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:18:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:18:14.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:18:14.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:19:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:19:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:19:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:19:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:19:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:19:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:19:14.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:19:14.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:20:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:20:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:20:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:20:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:20:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:20:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:20:14.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:20:14.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:21:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:21:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:21:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:21:05.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:21:05.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:21:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:21:14.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:21:14.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:22:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:22:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:22:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:22:05.028Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:22:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:22:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:22:14.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:22:14.573Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:23:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:23:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:23:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:23:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:23:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:23:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:23:14.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:23:14.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:24:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:24:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:24:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:24:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:24:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:24:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:24:14.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:24:14.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:25:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:25:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:25:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:25:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:25:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:25:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:25:14.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:25:14.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:26:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:26:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:26:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:26:05.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:26:05.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:26:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:26:14.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:26:14.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:27:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:27:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:27:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:27:05.028Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:27:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:27:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:27:14.564Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:27:14.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:28:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:28:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:28:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:28:05.028Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:28:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:28:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:28:14.563Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:28:14.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:29:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:29:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:29:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:29:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:29:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:29:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:29:14.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:29:14.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:30:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:30:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:30:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:30:05.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:30:05.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:30:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:30:14.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:30:14.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:31:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:31:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:31:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:31:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:31:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:31:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:31:14.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:31:14.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:32:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:32:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:32:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:32:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:32:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:32:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:32:14.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:32:14.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:33:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:33:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:33:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:33:05.028Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:33:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:33:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:33:14.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:33:14.565Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:34:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:34:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:34:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:34:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:34:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:34:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:34:14.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:34:14.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:35:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:35:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:35:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:35:05.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:35:05.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:35:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:35:14.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:35:14.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:36:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:36:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:36:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:36:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:36:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:36:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:36:14.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:36:14.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:37:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:37:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:37:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:37:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:37:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:37:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:37:14.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:37:14.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:38:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:38:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:38:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:38:05.028Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:38:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:38:05.030Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:38:14.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:38:14.569Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:39:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:39:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:39:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:39:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:39:05.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:39:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:39:14.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:39:14.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:40:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:40:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:40:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:40:05.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:40:05.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:40:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:40:14.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:40:14.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:41:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:41:05.022Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:41:05.022Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:41:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:41:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:41:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:41:14.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:41:14.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:42:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:42:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:42:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:42:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:42:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:42:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:42:14.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:42:14.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:43:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:43:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:43:05.021Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:43:05.028Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:43:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:43:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:43:14.563Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:43:14.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:44:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:44:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:44:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:44:05.028Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:44:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:44:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:44:14.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:44:14.568Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:45:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:45:05.020Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:45:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:45:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:45:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:45:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:45:14.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:45:14.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:46:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:46:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:46:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:46:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:46:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:46:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:46:14.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:46:14.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:47:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:47:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:47:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:47:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:47:05.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:47:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:47:14.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:47:14.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:48:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:48:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:48:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:48:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:48:05.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:48:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:48:14.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:48:14.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:49:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:49:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:49:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:49:05.028Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:49:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:49:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:49:14.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:49:14.564Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:50:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:50:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:50:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:50:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:50:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:50:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:50:14.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:50:14.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:51:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:51:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:51:05.022Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:51:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:51:05.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:51:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:51:14.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:51:14.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:52:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:52:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:52:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:52:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:52:05.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:52:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:52:14.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:52:14.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:53:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:53:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:53:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:53:05.028Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:53:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:53:05.029Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:53:14.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:53:14.565Z|f6d8558e-ee0a-41bf-bdc8-ed6067ebfab5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:54:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:54:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:54:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:54:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:54:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:54:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:54:14.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:54:14.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:55:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:55:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:55:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:55:05.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:55:05.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:55:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:55:14.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:55:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:56:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:56:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:56:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:56:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:56:05.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:56:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:56:14.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:56:14.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:57:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:57:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:57:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:57:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:57:05.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:57:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:57:14.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:57:14.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:58:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:58:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:58:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:58:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:58:05.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:58:05.029Z||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 sie5pFJ8z73cc9X5) ... 2021-04-14T06:58:14.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:58:14.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-14T06:59:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:59:05.020Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:59:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ... 2021-04-14T06:59:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-14T06:59:05.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-14T06:59:05.029Z||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 sie5pFJ8z73cc9X5) ...