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-15T04:42:04.257Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-62spx with PID 14 (/app/app.jar started by so in /app) 2021-04-15T04:42:04.261Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-15T04:42:04.262Z||main|||||INFO|500||The following profiles are active: basic 2021-04-15T04:42:10.781Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-15T04:42:10.782Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-15T04:42:10.870Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-15T04:42:12.212Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-15T04:42:12.369Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-15T04:42:12.748Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-15T04:42:12.756Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-15T04:42:12.829Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-15T04:42:12.966Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-15T04:42:13.331Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-15T04:42:13.962Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-15T04:42:15.932Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-15T04:42:15.975Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-15T04:42:16.304Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-15T04:42:16.570Z||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-15T04:42:17.716Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-15T04:42:18.678Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-15T04:42:18.699Z||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$$8c1a2b76.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-15T04:42:18.701Z||main|||||WARN|500||The sdc end point is not alive 2021-04-15T04:42:20.837Z||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-15T04:42:23.229Z||main|||||WARN|500||--- 2021-04-15T04:42:23.230Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-15T04:42:23.230Z||main|||||WARN|500||--- 2021-04-15T04:42:23.574Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-15T04:42:26.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T04:42:26.505Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T04:42:26.505Z||main|||||INFO|500||Started Application in 24.311 seconds (JVM running for 25.456) 2021-04-15T04:42:26.515Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T04:42:26.563Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T04:42:26.605Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a04cd67f-f3f2-41ef-b7e7-2bc8c9d77b70 url= /sdc/v1/artifactTypes 2021-04-15T04:42:26.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T04:42:27.744Z||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.47.228] 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-15T04:42:27.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ff54597 2021-04-15T04:42:27.749Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T04:42:27.756Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T04:42:27.758Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T04:42:27.759Z||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-15T04:43:16.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T04:43:16.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T04:43:16.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T04:43:16.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T04:43:16.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62f314ea-1e55-445b-b6b1-8f93b79cd6ef url= /sdc/v1/artifactTypes 2021-04-15T04:43:16.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T04:43:17.536Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.47.228] 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-15T04:43:17.537Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@690c790d 2021-04-15T04:43:17.537Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T04:43:17.538Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T04:43:17.538Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T04:43:17.538Z||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-15T04:44:06.501Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T04:44:06.503Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T04:44:06.503Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T04:44:06.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T04:44:06.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 619c734a-0cd7-48c6-810a-1666cad9760a url= /sdc/v1/artifactTypes 2021-04-15T04:44:06.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T04:44:07.553Z||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.47.228] 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-15T04:44:07.554Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6170c4f8 2021-04-15T04:44:07.554Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T04:44:07.554Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T04:44:07.555Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T04:44:07.555Z||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-15T04:44:56.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T04:44:56.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T04:44:56.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T04:44:56.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T04:44:56.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e76484b1-b3ef-4dc2-89c9-491b3bb27179 url= /sdc/v1/artifactTypes 2021-04-15T04:44:56.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T04:44:57.536Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.47.228] 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-15T04:44:57.536Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@578959ff 2021-04-15T04:44:57.536Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T04:44:57.537Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T04:44:57.537Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T04:44:57.538Z||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-15T04:45:46.500Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T04:45:46.501Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T04:45:46.501Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T04:45:46.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T04:45:46.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 42eafcf3-2c2e-4bd7-b70d-1304d2ee45bf url= /sdc/v1/artifactTypes 2021-04-15T04:45:46.510Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T04:45:47.520Z||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.47.228] 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-15T04:45:47.521Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1869b76c 2021-04-15T04:45:47.521Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T04:45:47.522Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T04:45:47.522Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T04:45:47.522Z||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-15T04:46:36.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T04:46:36.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T04:46:36.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T04:46:36.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T04:46:36.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10763c1b-7ea6-450d-9b7c-2b7230bc2b9e url= /sdc/v1/artifactTypes 2021-04-15T04:46:36.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T04:46:37.536Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.47.228] 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-15T04:46:37.536Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23509407 2021-04-15T04:46:37.536Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T04:46:37.537Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T04:46:37.537Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T04:46:37.537Z||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-15T04:47:26.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T04:47:26.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T04:47:26.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T04:47:26.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T04:47:26.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cdc797ea-4057-4a02-96ee-67c36984ef09 url= /sdc/v1/artifactTypes 2021-04-15T04:47:26.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T04:47:27.520Z||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.47.228] 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-15T04:47:27.521Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cb3a868 2021-04-15T04:47:27.521Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T04:47:27.522Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T04:47:27.522Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T04:47:27.523Z||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-15T04:48:16.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T04:48:16.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T04:48:16.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T04:48:16.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T04:48:16.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22182673-5891-468e-a84b-b0c4e1be2c06 url= /sdc/v1/artifactTypes 2021-04-15T04:48:16.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T04:48:17.536Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.47.228] 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-15T04:48:17.536Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5652a907 2021-04-15T04:48:17.536Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T04:48:17.536Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T04:48:17.537Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T04:48:17.537Z||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-15T04:49:06.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T04:49:06.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T04:49:06.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T04:49:06.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T04:49:06.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df3da3d5-b8bb-42a8-9655-ab2ff65815c9 url= /sdc/v1/artifactTypes 2021-04-15T04:49:06.508Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T04:49:07.149Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-15T04:49:07.157Z||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-15T04:49:07.182Z||scheduling-1|||||DEBUG|500||create keys 2021-04-15T04:49:07.189Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-15T04:49:07.233Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:49:07.248Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6fb9e6dd-fab0-4f4b-bf78-5e1861768304 url= /sdc/v1/registerForDistribution 2021-04-15T04:49:07.373Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6fb9e6dd-fab0-4f4b-bf78-5e1861768304 url= /sdc/v1/registerForDistribution 2021-04-15T04:49:07.374Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-15T04:49:07.385Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:49:07.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:49:07.391Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-15T04:49:07.391Z||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-15T04:49:07.391Z||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-15T04:49:07.391Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:49:07.391Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:49:17.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:49:17.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:50:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:50:07.383Z||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-15T04:50:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:50:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:50:07.384Z||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-15T04:50:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:50:16.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:50:16.956Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:51:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:51:07.383Z||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-15T04:51:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:51:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:51:07.386Z||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-15T04:51:07.387Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:51:16.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:51:16.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:52:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:52:07.383Z||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-15T04:52:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:52:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:52:07.385Z||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-15T04:52:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:52:14.558Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-15T04:52:16.933Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:52:16.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:53:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:53:07.383Z||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-15T04:53:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:53:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:53:07.385Z||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-15T04:53:07.386Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:53:16.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:53:16.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:54:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:54:07.383Z||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-15T04:54:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:54:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:54:07.385Z||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-15T04:54:07.386Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:54:16.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:54:16.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:55:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:55:07.383Z||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-15T04:55:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:55:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:55:07.385Z||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-15T04:55:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:55:16.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:55:16.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:56:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:56:07.383Z||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-15T04:56:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:56:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:56:07.385Z||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-15T04:56:07.386Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:56:16.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:56:16.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:57:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:57:07.383Z||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-15T04:57:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:57:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:57:07.385Z||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-15T04:57:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:57:16.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:57:16.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:58:07.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:58:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:58:07.393Z||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-15T04:58:07.393Z||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-15T04:58:07.393Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:58:07.393Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:58:16.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:58:16.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:59:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:59:07.383Z||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-15T04:59:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:59:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T04:59:07.385Z||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-15T04:59:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T04:59:16.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T04:59:16.935Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:00:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:00:07.383Z||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-15T05:00:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:00:07.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:00:07.384Z||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-15T05:00:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:00:16.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:00:16.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:01:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:01:07.383Z||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-15T05:01:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:01:07.385Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:01:07.385Z||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-15T05:01:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:01:16.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:01:16.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:02:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:02:07.383Z||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-15T05:02:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:02:07.384Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:02:07.386Z||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-15T05:02:07.386Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:02:16.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:02:16.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:03:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:03:07.383Z||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-15T05:03:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:03:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:03:07.384Z||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-15T05:03:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:03:16.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:03:16.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:04:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:04:07.383Z||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-15T05:04:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:04:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:04:07.385Z||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-15T05:04:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:04:16.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:04:16.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:05:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:05:07.383Z||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-15T05:05:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:05:07.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:05:07.384Z||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-15T05:05:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:05:16.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:05:16.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:06:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:06:07.383Z||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-15T05:06:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:06:07.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:06:07.385Z||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-15T05:06:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:06:16.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:06:16.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:07:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:07:07.383Z||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-15T05:07:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:07:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:07:07.384Z||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-15T05:07:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:07:16.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:07:16.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:08:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:08:07.383Z||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-15T05:08:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:08:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:08:07.385Z||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-15T05:08:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:08:16.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:08:16.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:09:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:09:07.383Z||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-15T05:09:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:09:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:09:07.385Z||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-15T05:09:07.386Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:09:16.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:09:16.937Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:10:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:10:07.383Z||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-15T05:10:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:10:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:10:07.385Z||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-15T05:10:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:10:16.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:10:16.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:11:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:11:07.383Z||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-15T05:11:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:11:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:11:07.384Z||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-15T05:11:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:11:16.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:11:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:12:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:12:07.383Z||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-15T05:12:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:12:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:12:07.384Z||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-15T05:12:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:12:16.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:12:16.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:13:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:13:07.383Z||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-15T05:13:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:13:07.384Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:13:07.384Z||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-15T05:13:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:13:16.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:13:16.938Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:14:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:14:07.383Z||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-15T05:14:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:14:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:14:07.384Z||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-15T05:14:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:14:16.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:14:16.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:15:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:15:07.383Z||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-15T05:15:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:15:07.385Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:15:07.385Z||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-15T05:15:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:15:16.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:15:16.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:16:07.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:16:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:16:07.384Z||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-15T05:16:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:16:07.384Z||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-15T05:16:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:16:16.927Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:16:16.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:17:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:17:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:17:07.384Z||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-15T05:17:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:17:07.384Z||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-15T05:17:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:17:16.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:17:16.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:18:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:18:07.383Z||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-15T05:18:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:18:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:18:07.384Z||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-15T05:18:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:18:16.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:18:16.925Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:19:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:19:07.383Z||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-15T05:19:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:19:07.385Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:19:07.385Z||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-15T05:19:07.386Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:19:16.919Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:19:16.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:20:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:20:07.383Z||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-15T05:20:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:20:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:20:07.384Z||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-15T05:20:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:20:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:20:16.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:21:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:21:07.383Z||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-15T05:21:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:21:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:21:07.384Z||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-15T05:21:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:21:16.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:21:16.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:22:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:22:07.383Z||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-15T05:22:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:22:07.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:22:07.384Z||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-15T05:22:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:22:16.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:22:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:23:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:23:07.383Z||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-15T05:23:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:23:07.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:23:07.384Z||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-15T05:23:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:23:16.924Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:23:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:24:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:24:07.383Z||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-15T05:24:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:24:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:24:07.384Z||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-15T05:24:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:24:16.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:24:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:25:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:25:07.383Z||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-15T05:25:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:25:07.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:25:07.385Z||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-15T05:25:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:25:16.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:25:16.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:26:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:26:07.383Z||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-15T05:26:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:26:07.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:26:07.385Z||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-15T05:26:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:26:16.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:26:16.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:27:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:27:07.383Z||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-15T05:27:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:27:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:27:07.385Z||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-15T05:27:07.386Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:27:16.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:27:16.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:28:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:28:07.383Z||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-15T05:28:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:28:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:28:07.384Z||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-15T05:28:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:28:16.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:28:16.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:29:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:29:07.383Z||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-15T05:29:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:29:07.385Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:29:07.385Z||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-15T05:29:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:29:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:29:16.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:30:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:30:07.383Z||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-15T05:30:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:30:07.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:30:07.384Z||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-15T05:30:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:30:16.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:30:16.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:31:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:31:07.383Z||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-15T05:31:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:31:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:31:07.444Z||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-15T05:31:07.444Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:31:16.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:31:16.995Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:32:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:32:07.383Z||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-15T05:32:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:32:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:32:07.384Z||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-15T05:32:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:32:16.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:32:16.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:33:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:33:07.383Z||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-15T05:33:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:33:07.385Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:33:07.385Z||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-15T05:33:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:33:16.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:33:16.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:34:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:34:07.383Z||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-15T05:34:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:34:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:34:07.385Z||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-15T05:34:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:34:16.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:34:16.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:35:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:35:07.383Z||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-15T05:35:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:35:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:35:07.385Z||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-15T05:35:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:35:16.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:35:16.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:36:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:36:07.383Z||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-15T05:36:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:36:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:36:07.385Z||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-15T05:36:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:36:16.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:36:16.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:37:07.383Z||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-15T05:37:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:37:07.385Z||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-15T05:37:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:07.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:07.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "cds", "timestamp": 1618465006187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465008860, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "dcae-sch", "timestamp": 1618465004308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465005456, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "ves-openapi-manager", "timestamp": 1618465008771, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465001574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465008860, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:37:07.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "cds", "timestamp": 1618465006187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "dcae-sch", "timestamp": 1618465004308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465005456, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:37:07.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "ves-openapi-manager", "timestamp": 1618465008771, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465001574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "cds", "timestamp": 1618465006187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465008860, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T05:37:07.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "dcae-sch", "timestamp": 1618465004308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465005456, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T05:37:07.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "ves-openapi-manager", "timestamp": 1618465008771, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465001574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465008860, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "cds", "timestamp": 1618465006187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "dcae-sch", "timestamp": 1618465004308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465005456, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "ves-openapi-manager", "timestamp": 1618465008771, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465001574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465008860, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-15T05:37:07.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "cds", "timestamp": 1618465006187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "dcae-sch", "timestamp": 1618465004308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465005456, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-15T05:37:07.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "ves-openapi-manager", "timestamp": 1618465008771, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465001574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465014407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465008860, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "cds", "timestamp": 1618465006187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "dcae-sch", "timestamp": 1618465004308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465005456, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "ves-openapi-manager", "timestamp": 1618465008771, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465001574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465014407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:37:07.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465008860, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:37:07.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "cds", "timestamp": 1618465006187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:37:07.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "dcae-sch", "timestamp": 1618465004308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465005456, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:37:07.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "policy-id", "timestamp": 1618465015871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "ves-openapi-manager", "timestamp": 1618465008771, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465001574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:37:07.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465014407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T05:37:07.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "policy-id", "timestamp": 1618465015871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465014407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "cds", "timestamp": 1618465018406, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:07.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465018400, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:07.567Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465018429, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:07.567Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465018459, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:07.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "policy-id", "timestamp": 1618465015871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T05:37:07.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465014407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-15T05:37:07.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "cds", "timestamp": 1618465019419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-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-15T05:37:07.731Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e 2021-04-15T05:37:07.752Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:37:07.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "policy-id", "timestamp": 1618465015871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465014407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "policy-id", "timestamp": 1618465015871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465020742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465021062, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465014407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:37:07.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "clamp", "timestamp": 1618465020626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "aai-ml", "timestamp": 1618465020690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "policy-id", "timestamp": 1618465015871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "clamp", "timestamp": 1618465020626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:37:07.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "aai-ml", "timestamp": 1618465020690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "policy-id", "timestamp": 1618465015871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:37:07.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "clamp", "timestamp": 1618465020626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "aai-ml", "timestamp": 1618465020690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465023985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:37:07.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "clamp", "timestamp": 1618465020626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "aai-ml", "timestamp": 1618465020690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465024990, "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-15T05:37:07.803Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e 2021-04-15T05:37:07.804Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:37:07.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465025052, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:07.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "clamp", "timestamp": 1618465020626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "aai-ml", "timestamp": 1618465020690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465025958, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:07.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465026055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:07.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465026060, "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-15T05:37:07.824Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e 2021-04-15T05:37:07.824Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:37:07.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "clamp", "timestamp": 1618465020626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "aai-ml", "timestamp": 1618465020690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:07.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:37:07.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "policy-id", "timestamp": 1618465026866, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:07.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:07.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:37:07.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-windriver-id", "timestamp": 1618465027064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:37:07.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:37:08.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:08.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-15T05:37:08.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"12714c70-4653-4dfc-9395-0ef9fdb37e8e","serviceName":"vFW 2021-04-15 05-33-33","serviceVersion":"1.0","serviceUUID":"e746af6a-2a08-42ec-b89f-3d71e2117ef7","serviceDescription":"catalog service description","serviceInvariantUUID":"9bd31538-6059-43e0-8088-0e59e356947d","resources":[{"resourceInstanceName":"vFW 08a84ff9-536f 0","resourceName":"vFW 08a84ff9-536f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03e5a80b-ffb8-425d-a2c7-239a49d31220","resourceInvariantUUID":"b0de9515-6b9a-4b5d-9ea5-57fe35cf2797","resourceCustomizationUUID":"04f149c0-034d-4d5a-83d5-82026ff04c08","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml","artifactChecksum":"M2E4ZTVjODRjMTFjODhlZjk2Y2VhOWM5ZjEyOGYwOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"420a0b94-5926-4f83-b81b-c06c1cc0dc4b","artifactVersion":"1"},{"artifactName":"vfw08a84ff9536f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json","artifactChecksum":"YzcxNWVhMWU3MDBlMWQ4YTQ4ZmRmYzhhZDgxZDQ3ZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"22f00eef-2486-4c7d-a8d2-3e4163578cf7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe4077e7-5f0b-4033-8f8c-5e5a93ce0651","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzQyZTk1YzgyMGUxMDUzZjQ3Y2QzNjIzZTRmNjdiNmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98f39686-794b-4ab7-a426-2315f2ee8173","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88faa19d-2f97-4837-8a43-9869d71ba786","artifactVersion":"2","generatedFromUUID":"fe4077e7-5f0b-4033-8f8c-5e5a93ce0651"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210415053333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml","artifactChecksum":"MmRhZmRhMDlkMDRlM2JlYjcyYWRlMGFjYmI1MTBiMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f643d6b9-5449-49c8-9ad0-76ead8a920fe","artifactVersion":"1"},{"artifactName":"service-Vfw20210415053333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar","artifactChecksum":"NTk1Y2RiNzVkNTkzZTYyODkwYjc5ZGY1N2U4MjgzNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c657715-e2a3-4375-adb7-8673ed030344","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T05:37:08.014Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:37:08.020Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:08.028Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:08.028Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:08.128Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-04-15T05:37:08.133Z||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-15T05:37:08.134Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:08.143Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:08.144Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:09.033Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:37:09.034Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:09.035Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:09.035Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:37:09.136Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:09.137Z||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-15T05:37:09.137Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:09.148Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:09.149Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:10.036Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:37:10.038Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:10.041Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:10.041Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T05:37:10.141Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:10.142Z||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-15T05:37:10.142Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:10.152Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:10.152Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:11.041Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:37:11.042Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:11.044Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:11.044Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:11.144Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:11.145Z||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-15T05:37:11.146Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:11.155Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:11.155Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:12.045Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:37:12.046Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:12.047Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:12.047Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-15T05:37:12.148Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:37:12.149Z||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-15T05:37:12.149Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:12.159Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:12.159Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:13.048Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:37:13.049Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:13.050Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:13.051Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:37:13.151Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:13.152Z||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-15T05:37:13.152Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:13.163Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:13.164Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:14.051Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:37:14.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:14.054Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:14.054Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:37:14.154Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:14.155Z||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-15T05:37:14.155Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:14.165Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:14.166Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:37:15.055Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "serviceName": "vFW 2021-04-15 05-33-33", "serviceVersion": "1.0", "serviceUUID": "e746af6a-2a08-42ec-b89f-3d71e2117ef7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9bd31538-6059-43e0-8088-0e59e356947d", "resources": [ { "resourceInstanceName": "vFW 08a84ff9-536f 0", "resourceCustomizationUUID": "04f149c0-034d-4d5a-83d5-82026ff04c08", "resourceName": "vFW 08a84ff9-536f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "03e5a80b-ffb8-425d-a2c7-239a49d31220", "resourceInvariantUUID": "b0de9515-6b9a-4b5d-9ea5-57fe35cf2797", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw08a84ff9536f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "artifactChecksum": "YzcxNWVhMWU3MDBlMWQ4YTQ4ZmRmYzhhZDgxZDQ3ZWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "22f00eef-2486-4c7d-a8d2-3e4163578cf7", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fe4077e7-5f0b-4033-8f8c-5e5a93ce0651", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "88faa19d-2f97-4837-8a43-9869d71ba786", "generatedFromUUID": "fe4077e7-5f0b-4033-8f8c-5e5a93ce0651" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "88faa19d-2f97-4837-8a43-9869d71ba786", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210415053333-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "artifactChecksum": "NTk1Y2RiNzVkNTkzZTYyODkwYjc5ZGY1N2U4MjgzNGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c657715-e2a3-4375-adb7-8673ed030344" } ], "workloadContext": "Production" } 2021-04-15T05:37:15.056Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T05:37:15.056Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e746af6a-2a08-42ec-b89f-3d71e2117ef7 ASDC 2021-04-15T05:37:15.162Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:12714c70-4653-4dfc-9395-0ef9fdb37e8e ServiceName:vFW 2021-04-15 05-33-33 ServiceVersion:1.0 ServiceUUID:e746af6a-2a08-42ec-b89f-3d71e2117ef7 ServiceInvariantUUID:9bd31538-6059-43e0-8088-0e59e356947d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210415053333-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar ArtifactUUID:2c657715-e2a3-4375-adb7-8673ed030344 ArtifactChecksum:NTk1Y2RiNzVkNTkzZTYyODkwYjc5ZGY1N2U4MjgzNGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 08a84ff9-536f 0 ResourceCustomizationUUID:04f149c0-034d-4d5a-83d5-82026ff04c08 ResourceInvariantUUID:b0de9515-6b9a-4b5d-9ea5-57fe35cf2797 ResourceName:vFW 08a84ff9-536f ResourceType:VF ResourceUUID:03e5a80b-ffb8-425d-a2c7-239a49d31220 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw08a84ff9536f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json ArtifactUUID:22f00eef-2486-4c7d-a8d2-3e4163578cf7 ArtifactChecksum:YzcxNWVhMWU3MDBlMWQ4YTQ4ZmRmYzhhZDgxZDQ3ZWY= 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/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml ArtifactUUID:fe4077e7-5f0b-4033-8f8c-5e5a93ce0651 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/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env ArtifactUUID:88faa19d-2f97-4837-8a43-9869d71ba786 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/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env ArtifactUUID:88faa19d-2f97-4837-8a43-9869d71ba786 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T05:37:15.163Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e746af6a-2a08-42ec-b89f-3d71e2117ef7 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-15T05:37:15.224Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:37:15.225Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:37:15.225Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:37:15.226Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2c657715-e2a3-4375-adb7-8673ed030344 from URL: /sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar 2021-04-15T05:37:15.226Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:37:15.227Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar 2021-04-15T05:37:15.762Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:37:15.782Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar 2c657715-e2a3-4375-adb7-8673ed030344 109908 2021-04-15T05:37:15.782Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar ASDC sendASDCNotification 2021-04-15T05:37:15.782Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar 2021-04-15T05:37:15.783Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:37:15.784Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:15.786Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:15.786Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465035782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:15.886Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:15.887Z||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-15T05:37:15.887Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:15.896Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:15.897Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:16.786Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:37:16.787Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:37:16.788Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2c657715-e2a3-4375-adb7-8673ed030344, URL: /sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar to file: /app/ASDC/1/service-Vfw20210415053333-csar.csar 2021-04-15T05:37:16.788Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210415053333-csar.csar 2021-04-15T05:37:16.907Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210415053333-csar.csar 2021-04-15T05:37:16.907Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210415053333-csar.csar 2021-04-15T05:37:17.368Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4979160221345819356/Definitions/service-Vfw20210415053333-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-04-15T05:37:19.993Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T05:37:19.997Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:37:19.997Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.997Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-15T05:37:19.997Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 08a84ff9-536f 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 08a84ff9-536f 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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-Vfw20210415053333-csar.csar 2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:37:20.005Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.007Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:20.010Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:20.010Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:37:20.012Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:37:20.014Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.015Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:20.015Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:20.015Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:37:20.016Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:37:20.016Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.016Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:20.020Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.021Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria 2021-04-15T05:37:20.021Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T05:37:20.021Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-15T05:37:20.021Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-15T05:37:20.023Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.023Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:20.023Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-15T05:37:20.023Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:20.023Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-15T05:37:20.024Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.024Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T05:37:20.024Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.024Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T05:37:20.025Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.026Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:20.026Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:37:20.026Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.027Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:20.027Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:37:20.027Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.027Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:20.027Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:37:20.028Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.028Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria 2021-04-15T05:37:20.028Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T05:37:20.028Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-15T05:37:20.028Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:20.030Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-15T05:37:20.030Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.030Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ae6aaf3-7893-4385-a35c-d7e96c291bdb 2021-04-15T05:37:20.030Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria 2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.032Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-15T05:37:20.032Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T05:37:20.032Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-15T05:37:20.032Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-15T05:37:20.032Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:20.033Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-15T05:37:20.033Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.033Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa28dc15-b1b9-423c-83b8-3b7a41162fff 2021-04-15T05:37:20.034Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.034Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria 2021-04-15T05:37:20.034Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T05:37:20.035Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-15T05:37:20.035Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.035Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:20.035Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.036Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-15T05:37:20.036Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T05:37:20.036Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-15T05:37:20.036Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-15T05:37:20.037Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-15T05:37:20.037Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:20.037Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-15T05:37:20.037Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1563b8a8-b381-4021-952f-4879bc33df82 2021-04-15T05:37:20.037Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:20.039Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:20.039Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-15 05-33-33 Description:catalog service description Model UUID:e746af6a-2a08-42ec-b89f-3d71e2117ef7 Model Version:NULL Model InvariantUuid:9bd31538-6059-43e0-8088-0e59e356947d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 08a84ff9-536f Model UUID:79cbc6c0-ca4b-4e2c-a76b-e6d188a9a04f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b0de9515-6b9a-4b5d-9ea5-57fe35cf2797 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:04f149c0-034d-4d5a-83d5-82026ff04c08 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:81fb06a0-2c35-49c0-837b-17d2d329c315 ModelName:Vfw08a84ff9536f..base_vfw..module-0 ModelUuid:cbd1576f-e24e-41a3-9d3b-cf8aff956df9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0ae6aaf3-7893-4385-a35c-d7e96c291bdb ModelInvariantUuid:8cfda3ce-3d84-44a7-8d1d-e228adc800cb ModelName:vFW 08a84ff9-536f-nodes.vfwCvfc ModelUuid:8930841f-1e17-4e09-b7f4-50a1ad5b6f32 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c889f1d5-895d-4b21-9f56-708267eb56c9 ModelInvariantUuid:f6a6d52c-daa0-44b1-8af8-e943950821b9 ModelName:Vfw08a84ff9536f.compute.nodes.heat.vfw ModelUuid:8d7abe81-cd61-4d81-bc78-7a001c49df6c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:fa28dc15-b1b9-423c-83b8-3b7a41162fff ModelInvariantUuid:a4e06fc6-5501-42ce-a945-ed92c7d593fd ModelName:vFW 08a84ff9-536f-nodes.vsnCvfc ModelUuid:b2a3fd12-8779-4ad7-88f9-71cdd5d1011a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:3da8ac1b-1dd4-43d4-9bc5-8400160daacc ModelInvariantUuid:7113a8b4-0f1a-40b0-92b1-6856b1d9fe60 ModelName:Vfw08a84ff9536f.compute.nodes.heat.vsn ModelUuid:8a6ac3e9-1607-476e-962d-b898071bd2d6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1563b8a8-b381-4021-952f-4879bc33df82 ModelInvariantUuid:c2a74ef8-3950-493c-9020-2d86a55755cb ModelName:vFW 08a84ff9-536f-nodes.vpgCvfc ModelUuid:26543ff2-34af-4935-a17c-9fd9a6f3ec50 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6225ff40-29ad-4b0f-bf70-987c7c835844 ModelInvariantUuid:e09c9e9f-a896-4b4b-95b4-1525257d04a0 ModelName:Vfw08a84ff9536f.compute.nodes.heat.vpg ModelUuid:3c44acfe-ae8b-46ef-923c-bfcacd391f1b 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-15T05:37:20.059Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 03e5a80b-ffb8-425d-a2c7-239a49d31220 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-15T05:37:20.146Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||vFW 08a84ff9-536f 0 2021-04-15T05:37:20.153Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03e5a80b-ffb8-425d-a2c7-239a49d31220 2021-04-15T05:37:20.153Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 22f00eef-2486-4c7d-a8d2-3e4163578cf7 from URL: /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json 2021-04-15T05:37:20.153Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:37:20.154Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json 2021-04-15T05:37:21.447Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:37:21.447Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json 22f00eef-2486-4c7d-a8d2-3e4163578cf7 785 2021-04-15T05:37:21.447Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json ASDC sendASDCNotification 2021-04-15T05:37:21.448Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json 2021-04-15T05:37:21.448Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:37:21.448Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:21.450Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:21.450Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465041447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:21.550Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:21.551Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-15T05:37:21.551Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:21.560Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:21.560Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:22.451Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw08a84ff9536f..base_vfw..module-0", "vfModuleModelInvariantUUID": "81fb06a0-2c35-49c0-837b-17d2d329c315", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cbd1576f-e24e-41a3-9d3b-cf8aff956df9", "vfModuleModelCustomizationUUID": "f0e17760-5bb6-4964-a9ea-b9b0ba6da28d", "isBase": true, "artifacts": [ "fe4077e7-5f0b-4033-8f8c-5e5a93ce0651", "88faa19d-2f97-4837-8a43-9869d71ba786" ], "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-15T05:37:22.472Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw08a84ff9536f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cbd1576f-e24e-41a3-9d3b-cf8aff956df9 VfModuleModelInvariantUUID:81fb06a0-2c35-49c0-837b-17d2d329c315 VfModuleModelDescription:NULL Artifacts UUID List:{ fe4077e7-5f0b-4033-8f8c-5e5a93ce0651 , 88faa19d-2f97-4837-8a43-9869d71ba786 } 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-15T05:37:22.475Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw08a84ff9536f..base_vfw..module-0", "vfModuleModelInvariantUUID": "81fb06a0-2c35-49c0-837b-17d2d329c315", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cbd1576f-e24e-41a3-9d3b-cf8aff956df9", "vfModuleModelCustomizationUUID": "f0e17760-5bb6-4964-a9ea-b9b0ba6da28d", "isBase": true, "artifacts": [ "fe4077e7-5f0b-4033-8f8c-5e5a93ce0651", "88faa19d-2f97-4837-8a43-9869d71ba786" ], "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-15T05:37:22.475Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw08a84ff9536f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cbd1576f-e24e-41a3-9d3b-cf8aff956df9 VfModuleModelInvariantUUID:81fb06a0-2c35-49c0-837b-17d2d329c315 VfModuleModelDescription:NULL Artifacts UUID List:{ fe4077e7-5f0b-4033-8f8c-5e5a93ce0651 , 88faa19d-2f97-4837-8a43-9869d71ba786 } 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-15T05:37:22.475Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fe4077e7-5f0b-4033-8f8c-5e5a93ce0651 from URL: /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml 2021-04-15T05:37:22.475Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:37:22.475Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml 2021-04-15T05:37:25.952Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:37:25.953Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml fe4077e7-5f0b-4033-8f8c-5e5a93ce0651 20368 2021-04-15T05:37:25.953Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-15T05:37:25.953Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml 2021-04-15T05:37:25.954Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:37:25.954Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:25.955Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:25.956Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465045953, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:26.056Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:26.056Z||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-15T05:37:26.056Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:26.065Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:26.066Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:26.957Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 88faa19d-2f97-4837-8a43-9869d71ba786 from URL: /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env 2021-04-15T05:37:26.957Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:37:26.957Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env 2021-04-15T05:37:28.007Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:37:28.008Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env 88faa19d-2f97-4837-8a43-9869d71ba786 2098 2021-04-15T05:37:28.008Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-15T05:37:28.009Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env 2021-04-15T05:37:28.009Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:37:28.009Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:28.011Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:28.011Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465048008, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:37:28.111Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:28.112Z||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-15T05:37:28.112Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:28.123Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:28.124Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:29.011Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e746af6a-2a08-42ec-b89f-3d71e2117ef7 2021-04-15T05:37:29.012Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 08a84ff9-536f 0 03e5a80b-ffb8-425d-a2c7-239a49d31220 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-15T05:37:29.056Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.057Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:29.057Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-15T05:37:29.057Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 04f149c0-034d-4d5a-83d5-82026ff04c08 2021-04-15T05:37:29.058Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04f149c0-034d-4d5a-83d5-82026ff04c08 matches Tosca VF Customization UUID: 04f149c0-034d-4d5a-83d5-82026ff04c08 2021-04-15T05:37:29.058Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 04f149c0-034d-4d5a-83d5-82026ff04c08 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-15T05:37:29.064Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.064Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:29.065Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 04f149c0-034d-4d5a-83d5-82026ff04c08: {\"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-15T05:37:29.065Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f3ac532 2021-04-15T05:37:29.065Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.066Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T05:37:29.066Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0e17760-5bb6-4964-a9ea-b9b0ba6da28d 2021-04-15T05:37:29.067Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0e17760-5bb6-4964-a9ea-b9b0ba6da28d 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-15T05:37:29.072Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.072Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:29.073Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:37:29.073Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.074Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:29.074Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:37:29.074Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.074Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria 2021-04-15T05:37:29.075Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T05:37:29.075Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-15T05:37:29.075Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T05:37:29.075Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-15T05:37:29.075Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-15T05:37:29.076Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-15T05:37:29.076Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:29.076Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-15T05:37:29.076Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:29.076Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-15T05:37:29.077Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T05:37:29.077Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ae6aaf3-7893-4385-a35c-d7e96c291bdb 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-15T05:37:29.088Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.088Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:29.089Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:37:29.089Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.089Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria 2021-04-15T05:37:29.089Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T05:37:29.090Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-15T05:37:29.090Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-15T05:37:29.090Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:29.090Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T05:37:29.090Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa28dc15-b1b9-423c-83b8-3b7a41162fff 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-15T05:37:29.094Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.094Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:29.094Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:37:29.096Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.097Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria 2021-04-15T05:37:29.097Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T05:37:29.097Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-15T05:37:29.099Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-15T05:37:29.099Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-15T05:37:29.099Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-15T05:37:29.099Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-15T05:37:29.099Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1563b8a8-b381-4021-952f-4879bc33df82 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-15T05:37:29.101Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.102Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:29.102Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:37:29.102Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.102Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria 2021-04-15T05:37:29.103Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=04f149c0-034d-4d5a-83d5-82026ff04c08 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-15T05:37:29.104Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.104Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:29.105Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e746af6a-2a08-42ec-b89f-3d71e2117ef7: vFW 08a84ff9-536f 2021-04-15T05:37:29.105Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.105Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:29.105Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.106Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:29.106Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.106Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:29.106Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.106Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:29.107Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:37:29.107Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:37:29.107Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-04-15 05-33-33 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-15T05:37:29.380Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 08a84ff9-536f 03e5a80b-ffb8-425d-a2c7-239a49d31220 1 ASDC deployResourceStructure 2021-04-15T05:37:29.381Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json ASDC sendASDCNotification 2021-04-15T05:37:29.381Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json 2021-04-15T05:37:29.381Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:37:29.381Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:29.383Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:29.383Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465049381, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:37:29.483Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:29.484Z||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-15T05:37:29.484Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:29.495Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:29.495Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:37:30.384Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-15T05:37:30.385Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml 2021-04-15T05:37:30.385Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:37:30.385Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:30.387Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:30.387Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465050384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:37:30.487Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:30.488Z||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-15T05:37:30.488Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:30.497Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:30.498Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:37:31.388Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-15T05:37:31.389Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env 2021-04-15T05:37:31.389Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:37:31.389Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:31.391Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:31.391Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465051388, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-15T05:37:31.491Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:31.493Z||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-15T05:37:31.493Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:31.503Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:31.503Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:32.392Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar ASDC sendASDCNotification 2021-04-15T05:37:32.393Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar 2021-04-15T05:37:32.393Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:37:32.394Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:37:32.395Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:37:32.396Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465052392, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:37:32.496Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:37:32.497Z||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-15T05:37:32.497Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:37:32.508Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:37:32.508Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:37:33.397Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:37:33.411Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:37:33.414Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:37:33.414Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:37:33.414Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:38:03.415Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:38:03.431Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:38:03.436Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:38:03.437Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:38:03.437Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:38:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:38:07.385Z||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-15T05:38:07.386Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:38:07.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:38:07.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:38:07.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "clamp", "timestamp": 1618465020626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:38:07.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:38:33.438Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:38:33.452Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:38:33.454Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:38:33.454Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:38:33.454Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:39:03.455Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:39:03.467Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:39:03.469Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:39:03.469Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:39:03.469Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:39:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:39:07.385Z||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-15T05:39:07.386Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:39:07.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:39:07.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:39:07.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "aai-ml", "timestamp": 1618465020690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:39:07.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:39:33.470Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:39:33.480Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:39:33.482Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:39:33.483Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:39:33.483Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:40:03.483Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:40:03.493Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:40:03.496Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:40:03.496Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:40:03.496Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:40:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:40:07.385Z||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-15T05:40:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:40:07.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:40:07.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465027704, "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-15T05:40:07.920Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e 2021-04-15T05:40:07.920Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:40:07.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "policy-id", "timestamp": 1618465027874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:40:07.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465028511, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:07.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-k8s-id", "timestamp": 1618465028708, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:40:07.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "policy-id", "timestamp": 1618465028877, "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-15T05:40:07.937Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e 2021-04-15T05:40:07.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:40:07.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:40:07.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T05:40:07.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "aai-ml", "timestamp": 1618465030197, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:07.945Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465030953, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:07.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465031958, "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-15T05:40:07.951Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e 2021-04-15T05:40:07.951Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:40:07.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-15T05:40:07.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465032961, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:40:07.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465027382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:40:07.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465035782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:07.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465041447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:07.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "clamp", "timestamp": 1618465041964, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:07.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "clamp", "timestamp": 1618465043026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:40:07.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465034407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "cds", "timestamp": 1618465036189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "policy-id", "timestamp": 1618465035871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "clamp", "timestamp": 1618465044031, "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-15T05:40:07.968Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e 2021-04-15T05:40:07.968Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:40:07.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465034407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:40:07.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "cds", "timestamp": 1618465036189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "policy-id", "timestamp": 1618465035871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "dcae-sch", "timestamp": 1618465044308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465034407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:40:07.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "cds", "timestamp": 1618465036189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "policy-id", "timestamp": 1618465035871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:40:07.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "dcae-sch", "timestamp": 1618465044308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465045953, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:07.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465045456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465034407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "cds", "timestamp": 1618465036189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "policy-id", "timestamp": 1618465035871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "dcae-sch", "timestamp": 1618465044308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465045456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:40:07.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465034407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T05:40:07.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "cds", "timestamp": 1618465036189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "policy-id", "timestamp": 1618465035871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "dcae-sch", "timestamp": 1618465044308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465048008, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:07.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465045456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:40:07.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "aai-ml", "timestamp": 1618465048659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:40:07.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465034407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "cds", "timestamp": 1618465036189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "policy-id", "timestamp": 1618465035871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "dcae-sch", "timestamp": 1618465044308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465045456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465049381, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:40:07.991Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:07.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "ves-openapi-manager", "timestamp": 1618465048771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465048860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:07.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:07.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:07.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "aai-ml", "timestamp": 1618465049664, "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-15T05:40:07.999Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e 2021-04-15T05:40:08.000Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:40:08.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465034407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:40:08.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "cds", "timestamp": 1618465036189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:40:08.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "policy-id", "timestamp": 1618465035871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:40:08.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "dcae-sch", "timestamp": 1618465044308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465045456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T05:40:08.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465050384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:40:08.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "ves-openapi-manager", "timestamp": 1618465048771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465048860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:40:08.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465050929, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "dcae-sch", "timestamp": 1618465044308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "cds", "timestamp": 1618465050967, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "policy-id", "timestamp": 1618465050977, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465045456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "clamp", "timestamp": 1618465050626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "aai-ml", "timestamp": 1618465050690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465051388, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "ves-openapi-manager", "timestamp": 1618465048771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465048860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:40:08.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "cds", "timestamp": 1618465051974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-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-15T05:40:08.030Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc 2021-04-15T05:40:08.031Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-15T05:40:08.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "policy-id", "timestamp": 1618465051983, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:40:08.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465045456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:40:08.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "clamp", "timestamp": 1618465050626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:40:08.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465052336, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "aai-ml", "timestamp": 1618465050690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465052392, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:40:08.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "ves-openapi-manager", "timestamp": 1618465048771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465048860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "policy-id", "timestamp": 1618465052986, "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-15T05:40:08.050Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc 2021-04-15T05:40:08.050Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-15T05:40:08.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "clamp", "timestamp": 1618465050626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "aai-ml", "timestamp": 1618465050690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "ves-openapi-manager", "timestamp": 1618465048771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465048860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T05:40:08.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465053610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465053834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "clamp", "timestamp": 1618465050626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "aai-ml", "timestamp": 1618465050690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "ves-openapi-manager", "timestamp": 1618465048771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465048860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465054837, "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-15T05:40:08.070Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc 2021-04-15T05:40:08.070Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-15T05:40:08.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "clamp", "timestamp": 1618465050626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "aai-ml", "timestamp": 1618465050690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465055406, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "ves-openapi-manager", "timestamp": 1618465048771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465048860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465055840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "clamp", "timestamp": 1618465050626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "aai-ml", "timestamp": 1618465050690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465056567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465056680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "clamp", "timestamp": 1618465050626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:40:08.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "aai-ml", "timestamp": 1618465050690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:40:08.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465057583, "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-15T05:40:08.084Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc 2021-04-15T05:40:08.085Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-15T05:40:08.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465058348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-k8s-id", "timestamp": 1618465058585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:40:08.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "aai-ml", "timestamp": 1618465059059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465060446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465061456, "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-15T05:40:08.097Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc 2021-04-15T05:40:08.098Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-15T05:40:08.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465061574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "multicloud-windriver-id", "timestamp": 1618465062464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:40:08.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465061574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465061574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465061574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465061574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465061574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465061574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:40:08.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "aai-ml", "timestamp": 1618465068271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:40:08.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "clamp", "timestamp": 1618465068852, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "aai-ml", "timestamp": 1618465069274, "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-15T05:40:08.111Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc 2021-04-15T05:40:08.111Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-15T05:40:08.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465069483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:40:08.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "clamp", "timestamp": 1618465069880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:40:08.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "clamp", "timestamp": 1618465070884, "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-15T05:40:08.127Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc 2021-04-15T05:40:08.127Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-15T05:40:08.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465071927, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:40:08.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:40:08.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:40:08.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465072931, "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-15T05:40:08.142Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc 2021-04-15T05:40:08.142Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-15T05:40:33.497Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:40:33.507Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:40:33.509Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:40:33.509Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-15T05:40:33.515Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T05:41:03.515Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-15T05:41:03.525Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e and serviceModelVersionId: e746af6a-2a08-42ec-b89f-3d71e2117ef7 2021-04-15T05:41:03.526Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9bd31538-6059-43e0-8088-0e59e356947d 2021-04-15T05:41:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:41:07.385Z||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-15T05:41:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:11.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0 2021-04-15T05:41:11.195Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T05:41:11.791Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0|INFO|500||Invoke 2021-04-15T05:41:11.795Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[12714c70-4653-4dfc-9395-0ef9fdb37e8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d024d6cc-6a9e-4522-9a3d-eb489d83df90], X-ECOMP-RequestID=[12714c70-4653-4dfc-9395-0ef9fdb37e8e], X-TransactionId=[], X-ONAP-RequestID=[12714c70-4653-4dfc-9395-0ef9fdb37e8e], Content-Type=[application/merge-patch+json]} 2021-04-15T05:41:11.952Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T05:41:12.239Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?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/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210415-05:41:11:964-71741], vertex-id=[205040], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:41:11 GMT], Content-Type=[application/json]} 2021-04-15T05:41:12.240Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T05:41:12.241Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0|INFO|500||InvokeReturn 2021-04-15T05:41:12.244Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T05:41:12.244Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-15T05:41:12.249Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-15T05:41:12.249Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12714c70-4653-4dfc-9395-0ef9fdb37e8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T05:41:12.250Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T05:41:12.251Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:12.252Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:12.252Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465272250, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:41:12.352Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:12.353Z||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-15T05:41:12.353Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:12.364Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:12.365Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:12.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:12.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:41:12.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465272250, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:41:12.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:41:13.265Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:41:13.266Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-15T05:41:13.266Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:17.540Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:17.541Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-15T05:41:17.541Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a095590a-27cf-49de-acb4-4d5f2d84a9dc","serviceName":"basic_onboard_cWwnPv","serviceVersion":"1.0","serviceUUID":"34808dfd-ea0b-4f95-b873-b2b06aea031a","serviceDescription":"service","serviceInvariantUUID":"54ed6292-f0ca-4fda-90bb-3d4b4221eb92","resources":[{"resourceInstanceName":"basic_onboard_cWwnPv 0","resourceName":"basic_onboard_cWwnPv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d21b5cf5-e454-4ae7-8cff-831fdfc69b55","resourceInvariantUUID":"f660bfd8-9021-445e-9b7b-3e5ba66adad6","resourceCustomizationUUID":"8efe9e56-efd5-4b2b-b7cf-bb688b3fd967","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml","artifactChecksum":"OWM2NjI5NTgxY2FmN2I2M2QxZmI2NTM1ZDAwZWI1MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"efe20fa7-1c1e-4640-a209-003b6bc2550e","artifactVersion":"1"},{"artifactName":"basic_onboard_cwwnpv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json","artifactChecksum":"MDM0YTFhYTY0ZjliNDgzODkyODExN2I5ODMyY2FkZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"992d2529-c754-4275-82b7-f5b9cfe5c17c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"079627c9-4ffa-483e-9f80-74fdbba4a86e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c35364a-f365-4f3c-a158-67dba0bb14ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"550368de-3f05-4ae6-a36b-03fb463ab2ac","artifactVersion":"2","generatedFromUUID":"079627c9-4ffa-483e-9f80-74fdbba4a86e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCwwnpv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml","artifactChecksum":"OTM3NWU0NzE5ZDQ1MmEzMzg1NDZiMmFmZTBkOTU3YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6fe496f-99ba-47c8-aedd-7a7ec6be8b8e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCwwnpv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar","artifactChecksum":"Nzg4Njg5MjE4YzcwOGEyZTNiOTZlODU4MWQzNDc4ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T05:41:17.543Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:41:17.543Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:17.544Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:17.544Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:41:17.645Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:17.645Z||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-15T05:41:17.646Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:17.655Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:17.656Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:18.545Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:41:18.546Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:18.548Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:18.548Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:41:18.648Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:18.649Z||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-15T05:41:18.649Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:18.659Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:18.659Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:19.548Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:41:19.549Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:19.552Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:19.552Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:41:19.652Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:19.653Z||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-15T05:41:19.653Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:19.662Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:19.663Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:41:20.552Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:41:20.553Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:20.556Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:20.557Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:41:20.655Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-04-15T05:41:20.656Z||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-15T05:41:20.656Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:20.667Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:20.667Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:21.557Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:41:21.558Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:21.561Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:21.561Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T05:41:21.660Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T05:41:21.661Z||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-15T05:41:21.661Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:21.673Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:21.674Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":2,"count":1} 2021-04-15T05:41:22.561Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:41:22.562Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:22.564Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:22.564Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:41:22.665Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:41:22.666Z||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-15T05:41:22.666Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:22.676Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:22.677Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:41:23.565Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:41:23.565Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:23.567Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:23.567Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:41:23.668Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:23.668Z||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-15T05:41:23.668Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:23.678Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:23.678Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:41:24.569Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "serviceName": "basic_onboard_cWwnPv", "serviceVersion": "1.0", "serviceUUID": "34808dfd-ea0b-4f95-b873-b2b06aea031a", "serviceDescription": "service", "serviceInvariantUUID": "54ed6292-f0ca-4fda-90bb-3d4b4221eb92", "resources": [ { "resourceInstanceName": "basic_onboard_cWwnPv 0", "resourceCustomizationUUID": "8efe9e56-efd5-4b2b-b7cf-bb688b3fd967", "resourceName": "basic_onboard_cWwnPv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d21b5cf5-e454-4ae7-8cff-831fdfc69b55", "resourceInvariantUUID": "f660bfd8-9021-445e-9b7b-3e5ba66adad6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cwwnpv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "artifactChecksum": "MDM0YTFhYTY0ZjliNDgzODkyODExN2I5ODMyY2FkZmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "992d2529-c754-4275-82b7-f5b9cfe5c17c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "079627c9-4ffa-483e-9f80-74fdbba4a86e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "550368de-3f05-4ae6-a36b-03fb463ab2ac", "generatedFromUUID": "079627c9-4ffa-483e-9f80-74fdbba4a86e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "550368de-3f05-4ae6-a36b-03fb463ab2ac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCwwnpv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "artifactChecksum": "Nzg4Njg5MjE4YzcwOGEyZTNiOTZlODU4MWQzNDc4ZWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9" } ], "workloadContext": "Production" } 2021-04-15T05:41:24.569Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T05:41:24.569Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 34808dfd-ea0b-4f95-b873-b2b06aea031a ASDC 2021-04-15T05:41:24.570Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:a095590a-27cf-49de-acb4-4d5f2d84a9dc ServiceName:basic_onboard_cWwnPv ServiceVersion:1.0 ServiceUUID:34808dfd-ea0b-4f95-b873-b2b06aea031a ServiceInvariantUUID:54ed6292-f0ca-4fda-90bb-3d4b4221eb92 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCwwnpv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar ArtifactUUID:cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9 ArtifactChecksum:Nzg4Njg5MjE4YzcwOGEyZTNiOTZlODU4MWQzNDc4ZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_cWwnPv 0 ResourceCustomizationUUID:8efe9e56-efd5-4b2b-b7cf-bb688b3fd967 ResourceInvariantUUID:f660bfd8-9021-445e-9b7b-3e5ba66adad6 ResourceName:basic_onboard_cWwnPv ResourceType:VF ResourceUUID:d21b5cf5-e454-4ae7-8cff-831fdfc69b55 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cwwnpv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json ArtifactUUID:992d2529-c754-4275-82b7-f5b9cfe5c17c ArtifactChecksum:MDM0YTFhYTY0ZjliNDgzODkyODExN2I5ODMyY2FkZmY= 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/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml ArtifactUUID:079627c9-4ffa-483e-9f80-74fdbba4a86e 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/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env ArtifactUUID:550368de-3f05-4ae6-a36b-03fb463ab2ac 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/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env ArtifactUUID:550368de-3f05-4ae6-a36b-03fb463ab2ac ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T05:41:24.570Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34808dfd-ea0b-4f95-b873-b2b06aea031a 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-15T05:41:24.599Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:41:24.599Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:41:24.599Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:41:24.600Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9 from URL: /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:24.600Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:41:24.600Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:26.358Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:41:26.361Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9 74835 2021-04-15T05:41:26.361Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar ASDC sendASDCNotification 2021-04-15T05:41:26.362Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:26.362Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:41:26.362Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:26.363Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:26.363Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465286361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:41:26.464Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:41:26.465Z||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-15T05:41:26.465Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:26.475Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:26.476Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:27.364Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:41:27.365Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:41:27.365Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9, URL: /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar to file: /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:27.365Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:27.366Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:27.366Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:27.513Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13678825668521320020/Definitions/service-BasicOnboardCwwnpv-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-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cWwnPv 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-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cWwnPv 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria 2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria 2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:28.815Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.815Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is not matching search criteria 2021-04-15T05:41:28.815Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-15T05:41:28.815Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-15T05:41:28.816Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-15T05:41:28.816Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T05:41:28.816Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T05:41:28.816Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.816Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T05:41:28.817Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.817Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria 2021-04-15T05:41:28.817Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria 2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria 2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is not matching search criteria 2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=961f5220-02ba-41c2-9947-c0032899d654 2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_cWwnPv Description:service Model UUID:34808dfd-ea0b-4f95-b873-b2b06aea031a Model Version:NULL Model InvariantUuid:54ed6292-f0ca-4fda-90bb-3d4b4221eb92 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_cWwnPv Model UUID:8f50df2a-c3f2-4b3a-b968-ea8031d9fc6e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f660bfd8-9021-445e-9b7b-3e5ba66adad6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8efe9e56-efd5-4b2b-b7cf-bb688b3fd967 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:28347c36-ed5c-4533-952c-ef118e9e7495 ModelName:BasicOnboardCwwnpv..base_ubuntu18..module-0 ModelUuid:c148cf9c-9213-4af6-a000-e992ce43650f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:961f5220-02ba-41c2-9947-c0032899d654 ModelInvariantUuid:66f04b05-abee-4b97-8baf-035aaee26f85 ModelName:basic_onboard_cWwnPv-nodes.ubuntu18Cvfc ModelUuid:61e4ec8c-3a57-425c-89f3-011af746c232 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:07eb72ea-accd-4b87-a384-726969d7d016 ModelInvariantUuid:1ae65be4-643d-4ffe-a4b5-dd47a35bd7ff ModelName:BasicOnboardCwwnpv.compute.nodes.heat.ubuntu18 ModelUuid:eb3da554-1e74-495e-bf07-c83a3fa55886 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-15T05:41:28.826Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d21b5cf5-e454-4ae7-8cff-831fdfc69b55 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-15T05:41:28.829Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||basic_onboard_cWwnPv 0 2021-04-15T05:41:28.829Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d21b5cf5-e454-4ae7-8cff-831fdfc69b55 2021-04-15T05:41:28.829Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 992d2529-c754-4275-82b7-f5b9cfe5c17c from URL: /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json 2021-04-15T05:41:28.829Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:41:28.829Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json 2021-04-15T05:41:28.985Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:41:28.985Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json 992d2529-c754-4275-82b7-f5b9cfe5c17c 798 2021-04-15T05:41:28.986Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json ASDC sendASDCNotification 2021-04-15T05:41:28.986Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json 2021-04-15T05:41:28.986Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:41:28.986Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:28.988Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:28.988Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465288986, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:41:29.088Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:29.089Z||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-15T05:41:29.089Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:29.098Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:29.099Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:29.988Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCwwnpv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "28347c36-ed5c-4533-952c-ef118e9e7495", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c148cf9c-9213-4af6-a000-e992ce43650f", "vfModuleModelCustomizationUUID": "a4f748b5-9d2e-4b6f-abb9-81f0ec396c61", "isBase": true, "artifacts": [ "079627c9-4ffa-483e-9f80-74fdbba4a86e", "550368de-3f05-4ae6-a36b-03fb463ab2ac" ], "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-15T05:41:29.992Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCwwnpv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c148cf9c-9213-4af6-a000-e992ce43650f VfModuleModelInvariantUUID:28347c36-ed5c-4533-952c-ef118e9e7495 VfModuleModelDescription:NULL Artifacts UUID List:{ 079627c9-4ffa-483e-9f80-74fdbba4a86e , 550368de-3f05-4ae6-a36b-03fb463ab2ac } 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-15T05:41:29.994Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCwwnpv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "28347c36-ed5c-4533-952c-ef118e9e7495", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c148cf9c-9213-4af6-a000-e992ce43650f", "vfModuleModelCustomizationUUID": "a4f748b5-9d2e-4b6f-abb9-81f0ec396c61", "isBase": true, "artifacts": [ "079627c9-4ffa-483e-9f80-74fdbba4a86e", "550368de-3f05-4ae6-a36b-03fb463ab2ac" ], "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-15T05:41:29.994Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCwwnpv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c148cf9c-9213-4af6-a000-e992ce43650f VfModuleModelInvariantUUID:28347c36-ed5c-4533-952c-ef118e9e7495 VfModuleModelDescription:NULL Artifacts UUID List:{ 079627c9-4ffa-483e-9f80-74fdbba4a86e , 550368de-3f05-4ae6-a36b-03fb463ab2ac } 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-15T05:41:29.994Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 079627c9-4ffa-483e-9f80-74fdbba4a86e from URL: /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml 2021-04-15T05:41:29.995Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:41:29.995Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml 2021-04-15T05:41:30.151Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:41:30.151Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml 079627c9-4ffa-483e-9f80-74fdbba4a86e 5033 2021-04-15T05:41:30.151Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-15T05:41:30.151Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml 2021-04-15T05:41:30.151Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:41:30.152Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:30.153Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:30.153Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465290151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:41:30.254Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:30.254Z||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-15T05:41:30.255Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:30.264Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:30.265Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:31.154Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 550368de-3f05-4ae6-a36b-03fb463ab2ac from URL: /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env 2021-04-15T05:41:31.155Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:41:31.155Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env 2021-04-15T05:41:31.314Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:41:31.314Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env 550368de-3f05-4ae6-a36b-03fb463ab2ac 909 2021-04-15T05:41:31.314Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-15T05:41:31.314Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env 2021-04-15T05:41:31.314Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:41:31.315Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:31.316Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:31.316Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465291314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:41:31.417Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:31.418Z||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-15T05:41:31.418Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:31.427Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:31.428Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:32.317Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 34808dfd-ea0b-4f95-b873-b2b06aea031a 2021-04-15T05:41:32.318Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cWwnPv 0 d21b5cf5-e454-4ae7-8cff-831fdfc69b55 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-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8efe9e56-efd5-4b2b-b7cf-bb688b3fd967 2021-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8efe9e56-efd5-4b2b-b7cf-bb688b3fd967 matches Tosca VF Customization UUID: 8efe9e56-efd5-4b2b-b7cf-bb688b3fd967 2021-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8efe9e56-efd5-4b2b-b7cf-bb688b3fd967 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-15T05:41:32.337Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.337Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:32.337Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8efe9e56-efd5-4b2b-b7cf-bb688b3fd967: {\"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-15T05:41:32.337Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d1fea85 2021-04-15T05:41:32.338Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.338Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T05:41:32.338Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4f748b5-9d2e-4b6f-abb9-81f0ec396c61 2021-04-15T05:41:32.338Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4f748b5-9d2e-4b6f-abb9-81f0ec396c61 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-15T05:41:32.341Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.341Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria 2021-04-15T05:41:32.341Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria 2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is not matching search criteria 2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T05:41:32.343Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=961f5220-02ba-41c2-9947-c0032899d654 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-15T05:41:32.344Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.344Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria 2021-04-15T05:41:32.345Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:41:32.345Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.345Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria 2021-04-15T05:41:32.345Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=8efe9e56-efd5-4b2b-b7cf-bb688b3fd967 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-15T05:41:32.346Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 34808dfd-ea0b-4f95-b873-b2b06aea031a: basic_onboard_cWwnPv 2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_cWwnPv 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-15T05:41:32.428Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cWwnPv d21b5cf5-e454-4ae7-8cff-831fdfc69b55 1 ASDC deployResourceStructure 2021-04-15T05:41:32.428Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json ASDC sendASDCNotification 2021-04-15T05:41:32.428Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json 2021-04-15T05:41:32.428Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:41:32.429Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:32.430Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:32.430Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465292428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:41:32.531Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:41:32.532Z||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-15T05:41:32.532Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:32.542Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:32.542Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:33.431Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-15T05:41:33.432Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml 2021-04-15T05:41:33.432Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:41:33.432Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:33.434Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:33.435Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465293431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:41:33.535Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:33.535Z||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-15T05:41:33.536Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:33.544Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:33.545Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:34.436Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-15T05:41:34.436Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env 2021-04-15T05:41:34.436Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:41:34.436Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:34.438Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:34.438Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465294436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-15T05:41:34.538Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:34.539Z||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-15T05:41:34.539Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:34.549Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:34.550Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:35.439Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar ASDC sendASDCNotification 2021-04-15T05:41:35.439Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar 2021-04-15T05:41:35.439Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:41:35.439Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:41:35.441Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:41:35.441Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465295439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:41:35.541Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:41:35.542Z||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-15T05:41:35.543Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:41:35.553Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:41:35.553Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:41:36.442Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a095590a-27cf-49de-acb4-4d5f2d84a9dc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:41:36.453Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:41:36.457Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:41:36.461Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T05:42:06.462Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-15T05:42:06.466Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a095590a-27cf-49de-acb4-4d5f2d84a9dc and serviceModelVersionId: 34808dfd-ea0b-4f95-b873-b2b06aea031a 2021-04-15T05:42:06.466Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54ed6292-f0ca-4fda-90bb-3d4b4221eb92 2021-04-15T05:42:06.467Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0 2021-04-15T05:42:06.471Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T05:42:06.508Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0|INFO|500||Invoke 2021-04-15T05:42:06.509Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a095590a-27cf-49de-acb4-4d5f2d84a9dc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[063f6265-5e99-4a2a-a176-88dafe1a8fe5], X-ECOMP-RequestID=[a095590a-27cf-49de-acb4-4d5f2d84a9dc], X-TransactionId=[], X-ONAP-RequestID=[a095590a-27cf-49de-acb4-4d5f2d84a9dc], Content-Type=[application/merge-patch+json]} 2021-04-15T05:42:06.532Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T05:42:06.949Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?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/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210415-05:42:06:542-42489], vertex-id=[188552], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:42:06 GMT], Content-Type=[application/json]} 2021-04-15T05:42:06.949Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T05:42:06.950Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0|INFO|500||InvokeReturn 2021-04-15T05:42:06.951Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T05:42:06.951Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:42:06.956Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:42:06.956Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a095590a-27cf-49de-acb4-4d5f2d84a9dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T05:42:06.956Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T05:42:06.957Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:42:06.958Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:42:06.959Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465326956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:42:07.059Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:42:07.059Z||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-15T05:42:07.059Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:42:07.072Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:42:07.073Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:42:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:42:07.385Z||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-15T05:42:07.385Z||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 1mBgQm0Dv7WCBBvi) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:42:07.972Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:42:07.973Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:42:07.973Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:42:08.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:42:08.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:42:08.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:42:08.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:42:08.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465273265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465286361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465288986, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465290151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465291314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465292428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465293431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465294436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465295439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:42:08.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:42:08.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:42:08.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465326956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:42:08.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:42:17.512Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:42:17.513Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:42:17.513Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:42:17.513Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:42:27.049Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:42:27.050Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:42:27.050Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:42:27.051Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:42:36.586Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:42:36.587Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:42:36.587Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:42:36.587Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:42:46.124Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:43:07.382Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:43:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:43:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:43:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:43:07.384Z||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-15T05:43:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:43:16.923Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:43:16.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:44:07.382Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:44:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:44:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:44:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:44:07.384Z||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-15T05:44:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:44:16.922Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:44:16.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:45:07.382Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:45:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:45:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:45:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:45:07.384Z||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-15T05:45:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:45:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:45:16.925Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:46:07.382Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:46:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-15T05:46:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:46:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:46:07.385Z||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-15T05:46:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:46:07.806Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:46:07.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "multicloud-windriver-id", "timestamp": 1618465548860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465541573, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "ves-openapi-manager", "timestamp": 1618465548771, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "cds", "timestamp": 1618465546187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "dcae-sch", "timestamp": 1618465544308, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "multicloud-k8s-id", "timestamp": 1618465545456, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "multicloud-windriver-id", "timestamp": 1618465548860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:46:07.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465541573, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:46:07.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "dcae-sch", "timestamp": 1618465544308, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "ves-openapi-manager", "timestamp": 1618465548771, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "cds", "timestamp": 1618465546187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:46:07.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "multicloud-k8s-id", "timestamp": 1618465545456, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:46:07.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465551841, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:46:07.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:46:07.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "cds", "timestamp": 1618465551854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:46:07.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:46:07.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "cds", "timestamp": 1618465552861, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:46:07.834Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6d3defb-8633-4fbe-bc86-45b05b369f69 2021-04-15T05:46:07.834Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:46:07.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465553348, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:46:07.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:46:07.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465554352, "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-15T05:46:07.852Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6d3defb-8633-4fbe-bc86-45b05b369f69 2021-04-15T05:46:07.852Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:46:07.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465554407, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465554407, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:46:07.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "policy-id", "timestamp": 1618465555871, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "policy-id", "timestamp": 1618465555871, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:46:07.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "policy-id", "timestamp": 1618465559864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:46:07.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:46:07.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "policy-id", "timestamp": 1618465560868, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:46:07.865Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:46:07.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "clamp", "timestamp": 1618465560627, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "aai-ml", "timestamp": 1618465560690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:07.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "policy-id", "timestamp": 1618465561872, "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-15T05:46:07.871Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6d3defb-8633-4fbe-bc86-45b05b369f69 2021-04-15T05:46:07.871Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:46:07.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "clamp", "timestamp": 1618465560627, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:46:07.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "aai-ml", "timestamp": 1618465560690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:46:07.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:46:07.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:46:07.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "aai-ml", "timestamp": 1618465566164, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:46:07.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:46:08.007Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:46:08.008Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-15T05:46:08.008Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6d3defb-8633-4fbe-bc86-45b05b369f69","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"967a7946-8ebc-4a56-94a7-da0750ff970f","serviceDescription":"service","serviceInvariantUUID":"e59a64fd-1c19-4fba-a0cc-399bac273564","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"828f9a28-4949-4692-9e9d-5d054bac8a02","resourceInvariantUUID":"bc23fe95-8264-4164-8aa3-8db2e47569d8","resourceCustomizationUUID":"7c932fff-5326-455d-8ff5-f41d0a7b2f05","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":"NjVlZjI0Y2Y0NmZmZWYzNWM2YjhkM2ViY2RhYjg0OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44554209-3dda-41a4-9959-eec757b47c24","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmVmNjYxYzRlNDRhOTdhNTIwZmY1NzEwYmJkMmQwMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2e4723c-024b-482d-9814-17fb8ca3e5c0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T05:46:08.010Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:46:08.010Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:46:08.012Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:46:08.012Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465567382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:46:08.112Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:46:08.113Z||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-15T05:46:08.114Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:46:08.125Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:46:08.125Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:46:09.013Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:46:09.014Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:46:09.015Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:46:09.015Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465567382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:46:09.116Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:46:09.117Z||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-15T05:46:09.117Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:46:09.127Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:46:09.127Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:46:10.016Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "967a7946-8ebc-4a56-94a7-da0750ff970f", "serviceDescription": "service", "serviceInvariantUUID": "e59a64fd-1c19-4fba-a0cc-399bac273564", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "7c932fff-5326-455d-8ff5-f41d0a7b2f05", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "828f9a28-4949-4692-9e9d-5d054bac8a02", "resourceInvariantUUID": "bc23fe95-8264-4164-8aa3-8db2e47569d8", "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": "MmVmNjYxYzRlNDRhOTdhNTIwZmY1NzEwYmJkMmQwMDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2e4723c-024b-482d-9814-17fb8ca3e5c0" } ], "workloadContext": "Production" } 2021-04-15T05:46:10.017Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T05:46:10.017Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 967a7946-8ebc-4a56-94a7-da0750ff970f ASDC 2021-04-15T05:46:10.018Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:a6d3defb-8633-4fbe-bc86-45b05b369f69 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:967a7946-8ebc-4a56-94a7-da0750ff970f ServiceInvariantUUID:e59a64fd-1c19-4fba-a0cc-399bac273564 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:a2e4723c-024b-482d-9814-17fb8ca3e5c0 ArtifactChecksum:MmVmNjYxYzRlNDRhOTdhNTIwZmY1NzEwYmJkMmQwMDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:7c932fff-5326-455d-8ff5-f41d0a7b2f05 ResourceInvariantUUID:bc23fe95-8264-4164-8aa3-8db2e47569d8 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:828f9a28-4949-4692-9e9d-5d054bac8a02 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-15T05:46:10.018Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 967a7946-8ebc-4a56-94a7-da0750ff970f 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-15T05:46:10.043Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:46:10.044Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:46:10.044Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:46:10.044Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a2e4723c-024b-482d-9814-17fb8ca3e5c0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-15T05:46:10.044Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:46:10.045Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:10.234Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:46:10.236Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a2e4723c-024b-482d-9814-17fb8ca3e5c0 52224 2021-04-15T05:46:10.237Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:10.237Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:10.237Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:46:10.237Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:46:10.239Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:46:10.239Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465570237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:46:10.339Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:46:10.340Z||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-15T05:46:10.340Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:46:10.349Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:46:10.349Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:46:11.239Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:46:11.241Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:46:11.241Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a2e4723c-024b-482d-9814-17fb8ca3e5c0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T05:46:11.241Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-15T05:46:11.241Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T05:46:11.241Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T05:46:11.316Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5010700060375988300/Definitions/service-BasicNetwork-template.yml 2021-04-15T05:46:11.660Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T05:46:11.660Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:46:11.660Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T05:46:11.660Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-15T05:46:11.660Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:967a7946-8ebc-4a56-94a7-da0750ff970f Model Version:NULL Model InvariantUuid:e59a64fd-1c19-4fba-a0cc-399bac273564 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:bc23fe95-8264-4164-8aa3-8db2e47569d8 Model UUID:0a72abbb-bef1-434b-bc15-4c29320fd6d4 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:7c932fff-5326-455d-8ff5-f41d0a7b2f05 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-15T05:46:11.670Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 828f9a28-4949-4692-9e9d-5d054bac8a02 2021-04-15T05:46:11.670Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||No resources found for Service: 967a7946-8ebc-4a56-94a7-da0750ff970f 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-15T05:46:11.674Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500|| 2021-04-15T05:46:11.674Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-15T05:46:11.674Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 967a7946-8ebc-4a56-94a7-da0750ff970f 2021-04-15T05:46:11.674Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 967a7946-8ebc-4a56-94a7-da0750ff970f 2021-04-15T05:46:11.674Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-15T05:46:11.675Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.680Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.680Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.680Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.680Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.681Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 967a7946-8ebc-4a56-94a7-da0750ff970f: Generic NeutronNet 2021-04-15T05:46:11.681Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.681Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.681Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.681Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.719Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.719Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.719Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.720Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.720Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:46:11.720Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.720Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.804Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-15T05:46:11.804Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.804Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:46:11.804Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:46:11.805Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:46:11.807Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:46:11.807Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465571804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:46:11.907Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:46:11.908Z||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-15T05:46:11.908Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:46:11.917Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:46:11.918Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:46:12.808Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:46:12.818Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:46:12.820Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:46:12.820Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:46:12.820Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:46:42.820Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:46:42.830Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:46:42.833Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:46:42.833Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:46:42.833Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:47:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:47:07.385Z||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-15T05:47:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:47:07.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:47:07.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:47:07.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "clamp", "timestamp": 1618465567681, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:47:07.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:47:12.834Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:47:12.843Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:47:12.848Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:47:12.849Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:47:12.849Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:47:42.849Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:47:42.858Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:47:42.860Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:47:42.861Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:47:42.861Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:48:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:48:07.385Z||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-15T05:48:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:48:07.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:48:07.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:48:07.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465567382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:48:07.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:48:12.861Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:48:12.870Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:48:12.872Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:48:12.872Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:48:12.873Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:48:42.873Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:48:42.882Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:48:42.884Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:48:42.884Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:48:42.884Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:49:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:49:07.385Z||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-15T05:49:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:07.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:07.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "clamp", "timestamp": 1618465568700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:49:07.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:07.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465567382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:49:07.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "clamp", "timestamp": 1618465569703, "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-15T05:49:07.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6d3defb-8633-4fbe-bc86-45b05b369f69 2021-04-15T05:49:07.923Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "aai-ml", "timestamp": 1618465569851, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:49:07.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465570237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:49:07.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "aai-ml", "timestamp": 1618465570855, "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-15T05:49:07.937Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6d3defb-8633-4fbe-bc86-45b05b369f69 2021-04-15T05:49:07.937Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:49:07.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465571804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:49:07.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465590690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465590626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "cds", "timestamp": 1618465591187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465595871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465594407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465590690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465590626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "cds", "timestamp": 1618465591187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465595871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465594407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465601574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465590690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465590626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "cds", "timestamp": 1618465591187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465595871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465594407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465601574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465590626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "cds", "timestamp": 1618465591187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465590690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465595871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465594407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465601574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465590626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "cds", "timestamp": 1618465591187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465590690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465595871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465594407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "dcae-sch", "timestamp": 1618465604308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465601574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465590690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465590626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "cds", "timestamp": 1618465591187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465595871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465594407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "dcae-sch", "timestamp": 1618465604308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-k8s-id", "timestamp": 1618465605456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465601574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465590690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465590626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "cds", "timestamp": 1618465591187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465595871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465594407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "dcae-sch", "timestamp": 1618465604308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-k8s-id", "timestamp": 1618465605456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465601574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465590690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:49:07.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465590626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:49:07.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "cds", "timestamp": 1618465591187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:49:07.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465595871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:49:07.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465594407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:49:07.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "dcae-sch", "timestamp": 1618465604308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-k8s-id", "timestamp": 1618465605456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465601574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465608582, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:49:07.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465608568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:49:07.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "cds", "timestamp": 1618465608593, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:49:07.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "dcae-sch", "timestamp": 1618465604308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-k8s-id", "timestamp": 1618465605456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465601574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:49:07.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465608771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-windriver-id", "timestamp": 1618465608860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:07.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465609572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:49:07.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "cds", "timestamp": 1618465609598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-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-15T05:49:07.992Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f 2021-04-15T05:49:07.992Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-15T05:49:08.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "dcae-sch", "timestamp": 1618465604308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-k8s-id", "timestamp": 1618465605456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465608771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465610414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:49:08.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-windriver-id", "timestamp": 1618465608860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465610506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:49:08.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "policy-id", "timestamp": 1618465610574, "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-15T05:49:08.006Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f 2021-04-15T05:49:08.006Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-15T05:49:08.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "dcae-sch", "timestamp": 1618465604308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-k8s-id", "timestamp": 1618465605456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465608771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-windriver-id", "timestamp": 1618465608860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465611526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:49:08.024Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "dcae-sch", "timestamp": 1618465604308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-k8s-id", "timestamp": 1618465605456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465612293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465608771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-windriver-id", "timestamp": 1618465608860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "clamp", "timestamp": 1618465612528, "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-15T05:49:08.030Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f 2021-04-15T05:49:08.030Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-15T05:49:08.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-k8s-id", "timestamp": 1618465605456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:49:08.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465613297, "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-15T05:49:08.101Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f 2021-04-15T05:49:08.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-15T05:49:08.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465608771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-windriver-id", "timestamp": 1618465608860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465613906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465608771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-windriver-id", "timestamp": 1618465608860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "aai-ml", "timestamp": 1618465614910, "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-15T05:49:08.114Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f 2021-04-15T05:49:08.114Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-15T05:49:08.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465608771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-windriver-id", "timestamp": 1618465608860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465608771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "multicloud-windriver-id", "timestamp": 1618465608860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465618007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465619535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "ves-openapi-manager", "timestamp": 1618465620538, "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-15T05:49:08.128Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f 2021-04-15T05:49:08.129Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-15T05:49:12.885Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:49:12.895Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:49:12.897Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:49:12.897Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:49:12.899Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:49:12.904Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T05:49:42.904Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 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-15T05:49:42.909Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 and serviceModelVersionId: 967a7946-8ebc-4a56-94a7-da0750ff970f 2021-04-15T05:49:42.909Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e59a64fd-1c19-4fba-a0cc-399bac273564 2021-04-15T05:49:42.910Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0 2021-04-15T05:49:42.914Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T05:49:42.958Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0|INFO|500||Invoke 2021-04-15T05:49:42.959Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6d3defb-8633-4fbe-bc86-45b05b369f69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b3a0b46-7e1b-471d-8087-f605f1e4f867], X-ECOMP-RequestID=[a6d3defb-8633-4fbe-bc86-45b05b369f69], X-TransactionId=[], X-ONAP-RequestID=[a6d3defb-8633-4fbe-bc86-45b05b369f69], Content-Type=[application/merge-patch+json]} 2021-04-15T05:49:42.987Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T05:49:44.259Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?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/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210415-05:49:42:998-86980], vertex-id=[229624], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:49:42 GMT], Content-Type=[application/json]} 2021-04-15T05:49:44.259Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T05:49:44.260Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0|INFO|500||InvokeReturn 2021-04-15T05:49:44.260Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T05:49:44.260Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:49:44.264Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:49:44.264Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6d3defb-8633-4fbe-bc86-45b05b369f69 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T05:49:44.264Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T05:49:44.265Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:44.266Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:44.266Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465784264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:49:44.366Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:49:44.367Z||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-15T05:49:44.367Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:44.378Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:44.379Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-15T05:49:45.278Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:49:45.278Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-15T05:49:45.278Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:49.551Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:49.551Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-15T05:49:49.552Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb483c6b-38c5-40c1-b841-9869a0fc689f","serviceName":"Demo_pNF_quWDpBLXTeuRVDE98nLR","serviceVersion":"1.0","serviceUUID":"a4a73dda-1878-421a-9529-4436878a29a9","serviceDescription":"catalog service description","serviceInvariantUUID":"07d67c3f-d740-4d31-b762-e9e3916fb0ba","resources":[{"resourceInstanceName":"pNF 12f76d01-c38c 0","resourceName":"pNF 12f76d01-c38c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c73135dc-20b8-4e81-a453-a01e850b3325","resourceInvariantUUID":"5bd7c71c-03d2-4f01-b266-27e31a9f4af6","resourceCustomizationUUID":"e19a42d7-ff27-4dfa-adef-19e3d0d4e2dd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml","artifactChecksum":"NWEzNjcwMjc4NjYxZGNhNzEyZmRkMDFlMmExODc4NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77304ec5-4602-424a-8b95-2409bce44c2a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar","artifactChecksum":"MzBjODRjN2EzZmEwODRmMmFlOTkwMzcwMjQ3NWU5MTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"297019c3-6cbb-42af-ba37-4a287e5a1c78","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e61403ca-2ab6-498c-a5e4-04f4ae0d98ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml","artifactChecksum":"NmE3Zjc0OTU2NDRhNzc1YzI0NTgyODFhYjBjNWZmYzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a441d3be-3748-413d-ba7c-b4e52b6950a3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4fa3145-2d7a-40d7-9f63-274a85a7c93a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66e7a479-c358-4918-a0d4-cfb2f0cbe2f1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQuwdpblxteurvde98nlr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml","artifactChecksum":"NGFlN2M4ZmFmMDdmN2E4YzFiYzQ5MTNkZmEyZWY0MjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c64fdcb-856c-4965-b217-70fb4d8f458e","artifactVersion":"1"},{"artifactName":"service-DemoPnfQuwdpblxteurvde98nlr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar","artifactChecksum":"MmNiODc0ZDRiYWEyZjIwYWQzODI0MzdhMTg4NTdhZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75f1aad6-9d8a-41e6-8f2c-de37ede0da15","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T05:49:49.553Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:49:49.553Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:49.555Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:49.555Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:49.655Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:49:49.656Z||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-15T05:49:49.656Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:49.666Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:49.666Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:49:50.556Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:49:50.556Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:50.558Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:50.558Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:50.658Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:49:50.659Z||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-15T05:49:50.659Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:50.669Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:50.669Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:49:51.559Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:49:51.559Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:51.561Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:51.561Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:51.661Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:49:51.662Z||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-15T05:49:51.662Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:51.672Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:51.673Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:49:52.562Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:49:52.562Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:52.564Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:52.564Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:52.664Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:49:52.665Z||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-15T05:49:52.665Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:52.676Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:52.676Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:49:53.565Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:49:53.566Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:53.568Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:53.568Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:53.668Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:49:53.669Z||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-15T05:49:53.669Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:53.678Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:53.679Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:49:54.568Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:49:54.569Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:54.571Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:54.571Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:54.671Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:49:54.672Z||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-15T05:49:54.672Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:54.690Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:54.691Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:49:55.571Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:49:55.572Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:55.574Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:55.574Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:49:55.674Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:49:55.675Z||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-15T05:49:55.675Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:55.686Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:55.686Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:49:56.575Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:49:56.576Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:56.577Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:56.577Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:49:56.678Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T05:49:56.678Z||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-15T05:49:56.678Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:56.691Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:56.692Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:49:57.579Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "serviceName": "Demo_pNF_quWDpBLXTeuRVDE98nLR", "serviceVersion": "1.0", "serviceUUID": "a4a73dda-1878-421a-9529-4436878a29a9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "07d67c3f-d740-4d31-b762-e9e3916fb0ba", "resources": [ { "resourceInstanceName": "pNF 12f76d01-c38c 0", "resourceCustomizationUUID": "e19a42d7-ff27-4dfa-adef-19e3d0d4e2dd", "resourceName": "pNF 12f76d01-c38c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c73135dc-20b8-4e81-a453-a01e850b3325", "resourceInvariantUUID": "5bd7c71c-03d2-4f01-b266-27e31a9f4af6", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "artifactChecksum": "MmNiODc0ZDRiYWEyZjIwYWQzODI0MzdhMTg4NTdhZTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "75f1aad6-9d8a-41e6-8f2c-de37ede0da15" } ], "workloadContext": "Production" } 2021-04-15T05:49:57.579Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T05:49:57.579Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a4a73dda-1878-421a-9529-4436878a29a9 ASDC 2021-04-15T05:49:57.579Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:cb483c6b-38c5-40c1-b841-9869a0fc689f ServiceName:Demo_pNF_quWDpBLXTeuRVDE98nLR ServiceVersion:1.0 ServiceUUID:a4a73dda-1878-421a-9529-4436878a29a9 ServiceInvariantUUID:07d67c3f-d740-4d31-b762-e9e3916fb0ba ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQuwdpblxteurvde98nlr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar ArtifactUUID:75f1aad6-9d8a-41e6-8f2c-de37ede0da15 ArtifactChecksum:MmNiODc0ZDRiYWEyZjIwYWQzODI0MzdhMTg4NTdhZTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 12f76d01-c38c 0 ResourceCustomizationUUID:e19a42d7-ff27-4dfa-adef-19e3d0d4e2dd ResourceInvariantUUID:5bd7c71c-03d2-4f01-b266-27e31a9f4af6 ResourceName:pNF 12f76d01-c38c ResourceType:PNF ResourceUUID:c73135dc-20b8-4e81-a453-a01e850b3325 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-15T05:49:57.579Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4a73dda-1878-421a-9529-4436878a29a9 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-15T05:49:57.604Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:49:57.605Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:49:57.605Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:49:57.605Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 75f1aad6-9d8a-41e6-8f2c-de37ede0da15 from URL: /sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:57.605Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:49:57.605Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:57.993Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:49:57.998Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 75f1aad6-9d8a-41e6-8f2c-de37ede0da15 83321 2021-04-15T05:49:57.998Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar ASDC sendASDCNotification 2021-04-15T05:49:57.998Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:57.998Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:49:57.999Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:58.000Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:58.000Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465797998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:49:58.101Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:49:58.102Z||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-15T05:49:58.102Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:58.114Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:58.114Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:49:59.001Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:49:59.002Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:49:59.002Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 75f1aad6-9d8a-41e6-8f2c-de37ede0da15, URL: /sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar to file: /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.002Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.003Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.003Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.088Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16486581461806950506/Definitions/service-DemoPnfQuwdpblxteurvde98nlr-template.yml 2021-04-15T05:49:59.720Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T05:49:59.720Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:49:59.720Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.720Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-15T05:49:59.720Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 12f76d01-c38c 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-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 12f76d01-c38c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Node template pNF 12f76d01-c38c 0 is matching search criteria 2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 12f76d01-c38c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Node template pNF 12f76d01-c38c 0 is matching search criteria 2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 12f76d01-c38c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_quWDpBLXTeuRVDE98nLR Description:catalog service description Model UUID:a4a73dda-1878-421a-9529-4436878a29a9 Model Version:NULL Model InvariantUuid:07d67c3f-d740-4d31-b762-e9e3916fb0ba 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-15T05:49:59.729Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: c73135dc-20b8-4e81-a453-a01e850b3325 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-15T05:49:59.731Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||pNF 12f76d01-c38c 0 2021-04-15T05:49:59.731Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c73135dc-20b8-4e81-a453-a01e850b3325 2021-04-15T05:49:59.731Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: a4a73dda-1878-421a-9529-4436878a29a9 2021-04-15T05:49:59.731Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a4a73dda-1878-421a-9529-4436878a29a9 2021-04-15T05:49:59.731Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 12f76d01-c38c 0 c73135dc-20b8-4e81-a453-a01e850b3325 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-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a4a73dda-1878-421a-9529-4436878a29a9: pNF 12f76d01-c38c 2021-04-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Processing PNF resource: c73135dc-20b8-4e81-a453-a01e850b3325 2021-04-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:49:59.736Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Resource customization UUID: e19a42d7-ff27-4dfa-adef-19e3d0d4e2dd is the same as notified resource customizationUUID: e19a42d7-ff27-4dfa-adef-19e3d0d4e2dd 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-15T05:49:59.804Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 12f76d01-c38c c73135dc-20b8-4e81-a453-a01e850b3325 0 ASDC deployResourceStructure 2021-04-15T05:49:59.804Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar ASDC sendASDCNotification 2021-04-15T05:49:59.804Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 2021-04-15T05:49:59.804Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:49:59.805Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:49:59.806Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:49:59.806Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465799804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:49:59.907Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:49:59.907Z||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-15T05:49:59.908Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:49:59.919Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:49:59.919Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:00.807Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb483c6b-38c5-40c1-b841-9869a0fc689f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:50:00.817Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb483c6b-38c5-40c1-b841-9869a0fc689f 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-15T05:50:00.819Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:50:00.819Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T05:50:00.819Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T05:50:00.819Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T05:50:00.819Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:50:00.819Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:50:00.819Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:50:00.819Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:50:00.819Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:50:00.819Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:50:00.820Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:50:00.820Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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-15T05:50:00.824Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T05:50:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:50:07.385Z||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-15T05:50:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:07.514Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:07.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465784264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:50:07.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "dcae-sch", "timestamp": 1618465784309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465785456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465781574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "cds", "timestamp": 1618465786187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "dcae-sch", "timestamp": 1618465784309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465785456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:50:07.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465781574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "cds", "timestamp": 1618465786187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "dcae-sch", "timestamp": 1618465784309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465785456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465781574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "cds", "timestamp": 1618465786187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "ves-openapi-manager", "timestamp": 1618465788771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465788860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "dcae-sch", "timestamp": 1618465784309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465785456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465781574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "cds", "timestamp": 1618465786187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "ves-openapi-manager", "timestamp": 1618465788771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465788860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "dcae-sch", "timestamp": 1618465784309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465785456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465781574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "cds", "timestamp": 1618465786187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "ves-openapi-manager", "timestamp": 1618465788771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465788860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465785456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "dcae-sch", "timestamp": 1618465784309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465781574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "cds", "timestamp": 1618465786187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "ves-openapi-manager", "timestamp": 1618465788771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465788860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "dcae-sch", "timestamp": 1618465784309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465785456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465781574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "cds", "timestamp": 1618465786187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "ves-openapi-manager", "timestamp": 1618465788771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465788860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465794124, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465794129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "ves-openapi-manager", "timestamp": 1618465788771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "cds", "timestamp": 1618465794437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465788860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465794407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "ves-openapi-manager", "timestamp": 1618465788771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "cds", "timestamp": 1618465795443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-15T05:50:07.543Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c33723b8-f8fa-4b44-a5d3-1047bb11af91 2021-04-15T05:50:07.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:50:07.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465788860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465796020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465794407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465796321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "policy-id", "timestamp": 1618465795871, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465796949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465794407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465797325, "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-15T05:50:07.559Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c33723b8-f8fa-4b44-a5d3-1047bb11af91 2021-04-15T05:50:07.559Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:50:07.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465797370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "policy-id", "timestamp": 1618465795871, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465797998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465794407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465798389, "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-15T05:50:07.575Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c33723b8-f8fa-4b44-a5d3-1047bb11af91 2021-04-15T05:50:07.575Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:50:07.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "policy-id", "timestamp": 1618465795871, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:50:07.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465798547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.585Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465794407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-k8s-id", "timestamp": 1618465799392, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "policy-id", "timestamp": 1618465795871, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465799804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465794407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465800463, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "policy-id", "timestamp": 1618465795871, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465794407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "clamp", "timestamp": 1618465800626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "aai-ml", "timestamp": 1618465800690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465801468, "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-15T05:50:07.593Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c33723b8-f8fa-4b44-a5d3-1047bb11af91 2021-04-15T05:50:07.593Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:50:07.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "policy-id", "timestamp": 1618465795871, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "clamp", "timestamp": 1618465800626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "aai-ml", "timestamp": 1618465800690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-windriver-id", "timestamp": 1618465802471, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "policy-id", "timestamp": 1618465795871, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "clamp", "timestamp": 1618465800626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "aai-ml", "timestamp": 1618465800690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "cds", "timestamp": 1618465801187, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "clamp", "timestamp": 1618465800626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "aai-ml", "timestamp": 1618465800690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465804309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "cds", "timestamp": 1618465801187, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "clamp", "timestamp": 1618465800626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "aai-ml", "timestamp": 1618465800690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465804309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "cds", "timestamp": 1618465801187, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465806054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465805456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "clamp", "timestamp": 1618465800626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "policy-id", "timestamp": 1618465806265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "aai-ml", "timestamp": 1618465800690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465804309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "cds", "timestamp": 1618465801187, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465805456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:07.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:50:07.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "clamp", "timestamp": 1618465800626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:50:07.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:50:30.824Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb483c6b-38c5-40c1-b841-9869a0fc689f 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-15T05:50:30.829Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb483c6b-38c5-40c1-b841-9869a0fc689f and serviceModelVersionId: a4a73dda-1878-421a-9529-4436878a29a9 2021-04-15T05:50:30.829Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07d67c3f-d740-4d31-b762-e9e3916fb0ba 2021-04-15T05:50:30.829Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07d67c3f-d740-4d31-b762-e9e3916fb0ba/model-vers/model-ver/a4a73dda-1878-421a-9529-4436878a29a9?depth=0 2021-04-15T05:50:30.833Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T05:50:30.869Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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/07d67c3f-d740-4d31-b762-e9e3916fb0ba/model-vers/model-ver/a4a73dda-1878-421a-9529-4436878a29a9?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-15T05:50:30.870Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07d67c3f-d740-4d31-b762-e9e3916fb0ba/model-vers/model-ver/a4a73dda-1878-421a-9529-4436878a29a9?depth=0|INFO|500||Invoke 2021-04-15T05:50:30.898Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07d67c3f-d740-4d31-b762-e9e3916fb0ba/model-vers/model-ver/a4a73dda-1878-421a-9529-4436878a29a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T05:50:30.976Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07d67c3f-d740-4d31-b762-e9e3916fb0ba/model-vers/model-ver/a4a73dda-1878-421a-9529-4436878a29a9?depth=0|INFO|500||InvokeReturn 2021-04-15T05:50:30.976Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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/07d67c3f-d740-4d31-b762-e9e3916fb0ba/model-vers/model-ver/a4a73dda-1878-421a-9529-4436878a29a9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210415-05:50:30:908-11498], vertex-id=[143440], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:50:30 GMT], Content-Type=[application/json]} 2021-04-15T05:50:30.976Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-04-15T05:50:30.977Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T05:50:30.977Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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-15T05:50:30.980Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|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-15T05:50:30.981Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb483c6b-38c5-40c1-b841-9869a0fc689f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T05:50:30.981Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T05:50:30.981Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:30.982Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:30.983Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465830981, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:50:31.083Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:31.083Z||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-15T05:50:31.084Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:31.097Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:31.097Z||pool-50-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-15T05:50:31.994Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-15T05:50:31.995Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c33723b8-f8fa-4b44-a5d3-1047bb11af91","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc","serviceDescription":"service","serviceInvariantUUID":"f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81068eb9-8231-4d00-af41-0f800d26f3e4","resourceInvariantUUID":"d0c93e8d-ca1f-4a31-b259-c1c10d192d61","resourceCustomizationUUID":"7e592d7e-7416-4b9d-a000-abeb3e2ad858","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":"OWE5NmE1NWNhY2MwZGZhY2NkZWIyYWU1ZjMyYWQzMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b50ff25-2796-4a9b-9407-aab197756707","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":"YWQyNTRlNzc2YzkyY2MwM2FlYTg3MDE4MTViNWNiOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3dd1ffb7-515e-48af-a2fc-198aefe74795","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":"60e09347-f424-4435-924f-87de0b0d4cbb","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":"338ec553-b7c8-41e5-a857-c40568039ff7","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":"15d3cb31-8de9-4587-9e5d-7b0c79113499","artifactVersion":"2","generatedFromUUID":"60e09347-f424-4435-924f-87de0b0d4cbb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWIxNDIyOTExMTEyMWVjMWNjODdjMTRjNTk2YTY4YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf31970d-aab0-4da4-8044-ddd9b9a1bfc2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjA1ZjA2ZWFiZDI1NjczMDY3ZjlhMTVjZTNmOWY1NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"537f618c-ce39-44ff-b904-ec357215636c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T05:50:31.995Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:50:31.995Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:31.998Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:31.998Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:32.098Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:32.099Z||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-15T05:50:32.099Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:32.109Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:32.109Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:32.999Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:50:33.000Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:33.002Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:33.002Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:50:33.102Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:33.103Z||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-15T05:50:33.103Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:33.112Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:33.112Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:34.002Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:50:34.003Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:34.006Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:34.006Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:50:34.107Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:50:34.108Z||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-15T05:50:34.108Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:34.123Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:34.124Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:35.007Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:50:35.008Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:35.009Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:35.010Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:35.110Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:35.110Z||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-15T05:50:35.111Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:35.119Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:35.120Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:36.010Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:50:36.011Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:36.012Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:36.013Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T05:50:36.113Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:36.114Z||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-15T05:50:36.114Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:36.123Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:36.124Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:37.013Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:50:37.014Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:37.016Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:37.016Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:50:37.116Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:37.117Z||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-15T05:50:37.117Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:37.128Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:37.128Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:38.017Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:50:38.017Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:38.019Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:38.019Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:50:38.119Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:38.120Z||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-15T05:50:38.120Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:38.131Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:38.131Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:39.020Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc", "serviceDescription": "service", "serviceInvariantUUID": "f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7e592d7e-7416-4b9d-a000-abeb3e2ad858", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "81068eb9-8231-4d00-af41-0f800d26f3e4", "resourceInvariantUUID": "d0c93e8d-ca1f-4a31-b259-c1c10d192d61", "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": "YWQyNTRlNzc2YzkyY2MwM2FlYTg3MDE4MTViNWNiOTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3dd1ffb7-515e-48af-a2fc-198aefe74795", "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": "60e09347-f424-4435-924f-87de0b0d4cbb", "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": "15d3cb31-8de9-4587-9e5d-7b0c79113499", "generatedFromUUID": "60e09347-f424-4435-924f-87de0b0d4cbb" }, "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": "15d3cb31-8de9-4587-9e5d-7b0c79113499", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YjA1ZjA2ZWFiZDI1NjczMDY3ZjlhMTVjZTNmOWY1NTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "537f618c-ce39-44ff-b904-ec357215636c" } ], "workloadContext": "Production" } 2021-04-15T05:50:39.021Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T05:50:39.021Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc ASDC 2021-04-15T05:50:39.021Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:c33723b8-f8fa-4b44-a5d3-1047bb11af91 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc ServiceInvariantUUID:f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50 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:537f618c-ce39-44ff-b904-ec357215636c ArtifactChecksum:YjA1ZjA2ZWFiZDI1NjczMDY3ZjlhMTVjZTNmOWY1NTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7e592d7e-7416-4b9d-a000-abeb3e2ad858 ResourceInvariantUUID:d0c93e8d-ca1f-4a31-b259-c1c10d192d61 ResourceName:basic_vm ResourceType:VF ResourceUUID:81068eb9-8231-4d00-af41-0f800d26f3e4 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:3dd1ffb7-515e-48af-a2fc-198aefe74795 ArtifactChecksum:YWQyNTRlNzc2YzkyY2MwM2FlYTg3MDE4MTViNWNiOTU= 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:60e09347-f424-4435-924f-87de0b0d4cbb 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:15d3cb31-8de9-4587-9e5d-7b0c79113499 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:15d3cb31-8de9-4587-9e5d-7b0c79113499 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T05:50:39.021Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc 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-15T05:50:39.052Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:50:39.053Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:50:39.053Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:50:39.053Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 537f618c-ce39-44ff-b904-ec357215636c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-15T05:50:39.053Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:50:39.054Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:40.549Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:50:40.552Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 537f618c-ce39-44ff-b904-ec357215636c 74267 2021-04-15T05:50:40.552Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:40.552Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:40.553Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:50:40.553Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:40.554Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:40.555Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465840552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:40.655Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:40.656Z||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-15T05:50:40.656Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:40.665Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:40.665Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:41.555Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:50:41.556Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:50:41.556Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 537f618c-ce39-44ff-b904-ec357215636c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T05:50:41.557Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-15T05:50:41.557Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T05:50:41.557Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T05:50:41.671Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP389969386764453172/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-04-15T05:50:42.568Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.569Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.570Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.570Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:50:42.570Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.570Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.570Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T05:50:42.570Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:50:42.570Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:50:42.570Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.570Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.570Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T05:50:42.571Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:50:42.571Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:50:42.571Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.571Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.571Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.571Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-15T05:50:42.571Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T05:50:42.571Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-15T05:50:42.571Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-15T05:50:42.571Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-15T05:50:42.572Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T05:50:42.572Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.572Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.572Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.572Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T05:50:42.572Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:50:42.572Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.572Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T05:50:42.573Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:50:42.573Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.573Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T05:50:42.573Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:50:42.573Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.573Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-15T05:50:42.573Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T05:50:42.573Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-15T05:50:42.573Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=566d5984-1eee-49ef-a911-07a8a61188ad 2021-04-15T05:50:42.574Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.574Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.574Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.574Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.574Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.574Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.574Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:42.574Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:42.574Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc Model Version:NULL Model InvariantUuid:f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c3309350-318a-45d0-83af-ccaa6f97ed9f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d0c93e8d-ca1f-4a31-b259-c1c10d192d61 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7e592d7e-7416-4b9d-a000-abeb3e2ad858 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e531ab28-9efb-461f-9c50-631a194a4c6f ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:7375b24f-4c72-424e-b770-d23ef787dd23 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:566d5984-1eee-49ef-a911-07a8a61188ad ModelInvariantUuid:17c878f7-7bf8-48fb-a3a5-507efe09b3cf ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:ba893d0d-8d74-41ff-a64b-c91d5003c991 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:904c6403-9d28-46d1-b860-88911d804010 ModelInvariantUuid:5334bd20-1c10-4a88-bba1-cafa6cc7817e ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:ad43c297-31d3-43bb-832f-928b03e1962b 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-15T05:50:42.579Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 81068eb9-8231-4d00-af41-0f800d26f3e4 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-15T05:50:42.581Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||basic_vm 0 2021-04-15T05:50:42.582Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 81068eb9-8231-4d00-af41-0f800d26f3e4 2021-04-15T05:50:42.582Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3dd1ffb7-515e-48af-a2fc-198aefe74795 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-15T05:50:42.582Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:50:42.582Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:45.949Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:50:45.949Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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 3dd1ffb7-515e-48af-a2fc-198aefe74795 787 2021-04-15T05:50:45.950Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:45.950Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:45.950Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:50:45.950Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:45.952Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:45.952Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465845950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:46.052Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:46.053Z||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-15T05:50:46.053Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:46.062Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:46.063Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:46.953Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e531ab28-9efb-461f-9c50-631a194a4c6f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7375b24f-4c72-424e-b770-d23ef787dd23", "vfModuleModelCustomizationUUID": "0ecc9f31-2972-4fb9-acd0-275912b0a70a", "isBase": true, "artifacts": [ "60e09347-f424-4435-924f-87de0b0d4cbb", "15d3cb31-8de9-4587-9e5d-7b0c79113499" ], "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-15T05:50:46.956Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7375b24f-4c72-424e-b770-d23ef787dd23 VfModuleModelInvariantUUID:e531ab28-9efb-461f-9c50-631a194a4c6f VfModuleModelDescription:NULL Artifacts UUID List:{ 60e09347-f424-4435-924f-87de0b0d4cbb , 15d3cb31-8de9-4587-9e5d-7b0c79113499 } 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-15T05:50:46.958Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e531ab28-9efb-461f-9c50-631a194a4c6f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7375b24f-4c72-424e-b770-d23ef787dd23", "vfModuleModelCustomizationUUID": "0ecc9f31-2972-4fb9-acd0-275912b0a70a", "isBase": true, "artifacts": [ "60e09347-f424-4435-924f-87de0b0d4cbb", "15d3cb31-8de9-4587-9e5d-7b0c79113499" ], "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-15T05:50:46.958Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7375b24f-4c72-424e-b770-d23ef787dd23 VfModuleModelInvariantUUID:e531ab28-9efb-461f-9c50-631a194a4c6f VfModuleModelDescription:NULL Artifacts UUID List:{ 60e09347-f424-4435-924f-87de0b0d4cbb , 15d3cb31-8de9-4587-9e5d-7b0c79113499 } 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-15T05:50:46.958Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 60e09347-f424-4435-924f-87de0b0d4cbb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-15T05:50:46.959Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:50:46.959Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:48.247Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:50:48.247Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 60e09347-f424-4435-924f-87de0b0d4cbb 5033 2021-04-15T05:50:48.247Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:48.247Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:48.247Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:50:48.248Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:48.250Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:48.250Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465848247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:48.350Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:48.351Z||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-15T05:50:48.351Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:48.361Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:48.362Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:49.251Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 15d3cb31-8de9-4587-9e5d-7b0c79113499 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-15T05:50:49.251Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:50:49.252Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:49.954Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:50:49.954Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 15d3cb31-8de9-4587-9e5d-7b0c79113499 903 2021-04-15T05:50:49.955Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:49.955Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:49.955Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:50:49.955Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:49.957Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:49.957Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465849955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:50:50.057Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:50.058Z||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-15T05:50:50.058Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:50.065Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:50.066Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:50.957Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc 2021-04-15T05:50:50.958Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 81068eb9-8231-4d00-af41-0f800d26f3e4 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-15T05:50:50.969Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.969Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:50.970Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-15T05:50:50.970Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7e592d7e-7416-4b9d-a000-abeb3e2ad858 2021-04-15T05:50:50.970Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7e592d7e-7416-4b9d-a000-abeb3e2ad858 matches Tosca VF Customization UUID: 7e592d7e-7416-4b9d-a000-abeb3e2ad858 2021-04-15T05:50:50.970Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7e592d7e-7416-4b9d-a000-abeb3e2ad858 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-15T05:50:50.971Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.972Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:50.972Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7e592d7e-7416-4b9d-a000-abeb3e2ad858: {\"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-15T05:50:50.972Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2df8a6ab 2021-04-15T05:50:50.972Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.972Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:50.973Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ecc9f31-2972-4fb9-acd0-275912b0a70a 2021-04-15T05:50:50.973Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ecc9f31-2972-4fb9-acd0-275912b0a70a 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-15T05:50:50.974Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.975Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T05:50:50.975Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:50:50.975Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.975Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T05:50:50.975Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:50:50.975Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.975Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-15T05:50:50.976Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T05:50:50.976Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-15T05:50:50.976Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=566d5984-1eee-49ef-a911-07a8a61188ad 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-15T05:50:50.977Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.978Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T05:50:50.978Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:50:50.978Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.978Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T05:50:50.978Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7e592d7e-7416-4b9d-a000-abeb3e2ad858 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-15T05:50:50.979Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.980Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:50.980Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc: basic_vm 2021-04-15T05:50:50.980Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.980Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:50.980Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.980Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:50.980Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.980Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:50.980Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.981Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:50.981Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:50:50.981Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:50.981Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:51.068Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 81068eb9-8231-4d00-af41-0f800d26f3e4 1 ASDC deployResourceStructure 2021-04-15T05:50:51.069Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:51.069Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:51.069Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:50:51.069Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:51.071Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:51.071Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465851069, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:50:51.171Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:51.172Z||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-15T05:50:51.172Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:51.181Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:51.182Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:52.072Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:52.072Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:52.072Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:50:52.073Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:52.074Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:52.074Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465852072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:50:52.175Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:50:52.175Z||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-15T05:50:52.175Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:52.186Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:52.186Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:50:53.075Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:53.076Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:53.076Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:50:53.076Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:53.078Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:53.078Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465853075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-15T05:50:53.178Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:53.179Z||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-15T05:50:53.179Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:53.189Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:53.189Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:50:54.078Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:54.079Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:50:54.079Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:50:54.079Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:50:54.081Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:50:54.081Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465854078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:50:54.181Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:50:54.182Z||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-15T05:50:54.182Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:50:54.194Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:50:54.195Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:50:55.082Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:50:55.092Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:50:55.094Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:50:55.094Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:50:55.094Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:51:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:51:07.385Z||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-15T05:51:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:51:07.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:51:07.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:51:07.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "policy-id", "timestamp": 1618465807269, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:51:07.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:51:25.095Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:51:25.103Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:51:25.105Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:51:25.105Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:51:25.105Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:51:55.106Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:51:55.115Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:51:55.117Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:51:55.117Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:51:55.117Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:52:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:52:07.385Z||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-15T05:52:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:52:07.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:52:07.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:52:07.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "aai-ml", "timestamp": 1618465800690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:52:07.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:52:25.117Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:52:25.126Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:52:25.127Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:52:25.128Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:52:25.128Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:52:55.128Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:52:55.137Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:52:55.139Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:52:55.139Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T05:52:55.139Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T05:53:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:53:07.385Z||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-15T05:53:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:53:07.401Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:53:07.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465804309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "cds", "timestamp": 1618465801187, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465805456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:53:07.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "policy-id", "timestamp": 1618465808278, "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-15T05:53:07.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c33723b8-f8fa-4b44-a5d3-1047bb11af91 2021-04-15T05:53:07.425Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:53:07.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465808654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465804309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "cds", "timestamp": 1618465801187, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465805456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:53:07.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "aai-ml", "timestamp": 1618465809355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.436Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "ves-openapi-manager", "timestamp": 1618465808771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465808860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465804309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "cds", "timestamp": 1618465801187, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465805456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465810166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "ves-openapi-manager", "timestamp": 1618465808771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465808860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465804309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "cds", "timestamp": 1618465801187, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465805456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465811170, "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-15T05:53:07.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c33723b8-f8fa-4b44-a5d3-1047bb11af91 2021-04-15T05:53:07.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:53:07.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "ves-openapi-manager", "timestamp": 1618465808771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465808860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:53:07.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465804309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465805456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465812172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465811574, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "ves-openapi-manager", "timestamp": 1618465808771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465808860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "cds", "timestamp": 1618465812623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465805456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465811574, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "ves-openapi-manager", "timestamp": 1618465808771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465808860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "cds", "timestamp": 1618465813629, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:53:07.462Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 04aee22b-6d36-431e-96a3-3caadfa8bf31 2021-04-15T05:53:07.463Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:53:07.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465811574, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "ves-openapi-manager", "timestamp": 1618465808771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465808860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T05:53:07.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465814716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465814941, "artifactURL": "/sdc/v1/catalog/services/7ae94881-46a8-4619-a09f-1f3fdc11dc4d/resourceInstances/basicclamp0/artifacts/01248c8d-6cdf-454b-8e9b-ba828ced3d57", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465814407, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465811574, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "ves-openapi-manager", "timestamp": 1618465808771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465808860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "clamp", "timestamp": 1618465815711, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465814407, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "aai-ml", "timestamp": 1618465816108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465816206, "artifactURL": "/sdc/v1/catalog/services/7ae94881-46a8-4619-a09f-1f3fdc11dc4d/resourceInstances/basicclamp0/artifacts/01248c8d-6cdf-454b-8e9b-ba828ced3d57", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465816219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465811574, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "ves-openapi-manager", "timestamp": 1618465808771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465808860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465815871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "clamp", "timestamp": 1618465816731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465814407, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "aai-ml", "timestamp": 1618465817112, "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-15T05:53:07.479Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c33723b8-f8fa-4b44-a5d3-1047bb11af91 2021-04-15T05:53:07.479Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:53:07.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "dcae-sch", "timestamp": 1618465817209, "artifactURL": "/sdc/v1/catalog/services/7ae94881-46a8-4619-a09f-1f3fdc11dc4d/resourceInstances/basicclamp0/artifacts/01248c8d-6cdf-454b-8e9b-ba828ced3d57", "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-15T05:53:07.491Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 04aee22b-6d36-431e-96a3-3caadfa8bf31 2021-04-15T05:53:07.491Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:53:07.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465811574, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465815871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "clamp", "timestamp": 1618465817734, "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-15T05:53:07.503Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c33723b8-f8fa-4b44-a5d3-1047bb11af91 2021-04-15T05:53:07.503Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:53:07.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465817866, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465814407, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465818077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465811574, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465815871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465818883, "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-15T05:53:07.514Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04aee22b-6d36-431e-96a3-3caadfa8bf31 2021-04-15T05:53:07.515Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:53:07.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465814407, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465811574, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465815871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-k8s-id", "timestamp": 1618465819886, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465814407, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465815871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465820954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465814407, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465815871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465814407, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465815871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465823156, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465815871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465825275, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465825448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465825851, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465826279, "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-15T05:53:07.528Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 04aee22b-6d36-431e-96a3-3caadfa8bf31 2021-04-15T05:53:07.528Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:53:07.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465826454, "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-15T05:53:07.538Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04aee22b-6d36-431e-96a3-3caadfa8bf31 2021-04-15T05:53:07.538Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:53:07.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465826592, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-windriver-id", "timestamp": 1618465827457, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465827595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465827861, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "policy-id", "timestamp": 1618465828598, "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-15T05:53:07.548Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04aee22b-6d36-431e-96a3-3caadfa8bf31 2021-04-15T05:53:07.548Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:53:07.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465828860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465825456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "dcae-sch", "timestamp": 1618465824308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "ves-openapi-manager", "timestamp": 1618465828771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465829782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465828860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465825456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "ves-openapi-manager", "timestamp": 1618465828771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "dcae-sch", "timestamp": 1618465824308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465830787, "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-15T05:53:07.560Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04aee22b-6d36-431e-96a3-3caadfa8bf31 2021-04-15T05:53:07.560Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:53:07.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465830981, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:53:07.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465828860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465825456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "ves-openapi-manager", "timestamp": 1618465828771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "dcae-sch", "timestamp": 1618465824308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465831789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "cds", "timestamp": 1618465831187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465828860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465825456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "ves-openapi-manager", "timestamp": 1618465828771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "dcae-sch", "timestamp": 1618465824308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "cds", "timestamp": 1618465831187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465828860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465825456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "ves-openapi-manager", "timestamp": 1618465828771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "dcae-sch", "timestamp": 1618465824308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "cds", "timestamp": 1618465831187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465828860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465825456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "ves-openapi-manager", "timestamp": 1618465828771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "dcae-sch", "timestamp": 1618465824308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "cds", "timestamp": 1618465831187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465834407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465828860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465825456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "ves-openapi-manager", "timestamp": 1618465828771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "dcae-sch", "timestamp": 1618465824308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "cds", "timestamp": 1618465831187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465834407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465835871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465828860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465825456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "ves-openapi-manager", "timestamp": 1618465828771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "dcae-sch", "timestamp": 1618465824308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "cds", "timestamp": 1618465831187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465834407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465835871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "cds", "timestamp": 1618465831187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465785277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465834407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465838447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465838459, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465835871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "cds", "timestamp": 1618465831187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465834407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465835871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465834407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465835871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465840552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465840763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465840947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465840959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465834407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "cds", "timestamp": 1618465841409, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465835871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465834407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465841574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465835871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465841574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465835871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "cds", "timestamp": 1618465843668, "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-15T05:53:07.591Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2394b45d-6cf3-4418-9181-cee96f46fa7d 2021-04-15T05:53:07.591Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2394b45d-6cf3-4418-9181-cee96f46fa7d 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-15T05:53:07.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465841574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465841574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465845563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465845758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465845865, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465845950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465841574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465846476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465846568, "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-15T05:53:07.605Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2394b45d-6cf3-4418-9181-cee96f46fa7d 2021-04-15T05:53:07.605Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2394b45d-6cf3-4418-9181-cee96f46fa7d 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-15T05:53:07.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465847050, "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-15T05:53:07.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2394b45d-6cf3-4418-9181-cee96f46fa7d 2021-04-15T05:53:07.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2394b45d-6cf3-4418-9181-cee96f46fa7d 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-15T05:53:07.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465841574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465847487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.623Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465847479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-windriver-id", "timestamp": 1618465847571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-k8s-id", "timestamp": 1618465848055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465841574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465848247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.625Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465848366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.625Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465848490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "policy-id", "timestamp": 1618465848483, "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-15T05:53:07.629Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2394b45d-6cf3-4418-9181-cee96f46fa7d 2021-04-15T05:53:07.629Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2394b45d-6cf3-4418-9181-cee96f46fa7d 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-15T05:53:07.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465841574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465849252, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465849946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465849955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "aai-ml", "timestamp": 1618465850258, "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-15T05:53:07.640Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 04aee22b-6d36-431e-96a3-3caadfa8bf31 2021-04-15T05:53:07.640Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:53:07.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465850452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465850949, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465851069, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465851357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465851456, "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-15T05:53:07.654Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2394b45d-6cf3-4418-9181-cee96f46fa7d 2021-04-15T05:53:07.655Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2394b45d-6cf3-4418-9181-cee96f46fa7d 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-15T05:53:07.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "clamp", "timestamp": 1618465851954, "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-15T05:53:07.666Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 04aee22b-6d36-431e-96a3-3caadfa8bf31 2021-04-15T05:53:07.666Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:53:07.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465852072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "multicloud-starlingx-id", "timestamp": 1618465852458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465853075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465853552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:53:07.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618465854078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:53:07.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:07.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618465854555, "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-15T05:53:07.686Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2394b45d-6cf3-4418-9181-cee96f46fa7d 2021-04-15T05:53:07.686Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2394b45d-6cf3-4418-9181-cee96f46fa7d 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-15T05:53:07.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465830690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:53:07.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465830627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:53:07.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:53:07.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:53:07.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465860358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:53:07.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:53:25.140Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:53:25.150Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:53:25.153Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:53:25.153Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T05:53:25.153Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T05:53:25.153Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T05:53:25.153Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:53:25.153Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:53:25.153Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:53:25.153Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:53:25.154Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:53:25.154Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:53:25.154Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:53:25.159Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T05:53:55.159Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 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-15T05:53:55.165Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c33723b8-f8fa-4b44-a5d3-1047bb11af91 and serviceModelVersionId: 7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc 2021-04-15T05:53:55.165Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50 2021-04-15T05:53:55.166Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50/model-vers/model-ver/7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc?depth=0 2021-04-15T05:53:55.170Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T05:53:55.212Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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/f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50/model-vers/model-ver/7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc?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-15T05:53:55.213Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50/model-vers/model-ver/7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc?depth=0|INFO|500||Invoke 2021-04-15T05:53:55.234Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50/model-vers/model-ver/7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T05:53:55.703Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50/model-vers/model-ver/7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc?depth=0|INFO|500||InvokeReturn 2021-04-15T05:53:55.704Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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/f8ef4b04-dc9f-4897-9c4f-8cefc12b5d50/model-vers/model-ver/7e35e9ad-d6fc-4c52-b936-63b3c6ee4cdc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210415-05:53:55:245-8930], vertex-id=[213056], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:53:55 GMT], Content-Type=[application/json]} 2021-04-15T05:53:55.704Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-04-15T05:53:55.704Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T05:53:55.704Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:53:55.709Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:53:55.709Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c33723b8-f8fa-4b44-a5d3-1047bb11af91 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T05:53:55.709Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T05:53:55.709Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:53:55.711Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:53:55.711Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466035709, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:53:55.812Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T05:53:55.812Z||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-15T05:53:55.812Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:53:55.823Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:53:55.823Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-15T05:53:56.724Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:53:56.724Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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-15T05:53:56.724Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:01.001Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:01.002Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-15T05:54:01.002Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"04aee22b-6d36-431e-96a3-3caadfa8bf31","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7ae94881-46a8-4619-a09f-1f3fdc11dc4d","serviceDescription":"service","serviceInvariantUUID":"756448ee-a494-4456-afd8-9e27fe564b61","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a416308-bad0-4b1d-aabe-4a7257dc2c96","resourceInvariantUUID":"9ac266d6-e5e1-4f18-91f7-ee02111abbb2","resourceCustomizationUUID":"96d8c553-41e5-4189-b8fb-38b45ab5d38d","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":"01248c8d-6cdf-454b-8e9b-ba828ced3d57","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":"NjQ0NjY3YjdiN2MwZWU0NmYwZTIzMTU4OWZhZDUxZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bd03141-5d38-4cd9-adc2-7945aaf12d94","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":"NTliNzEwNTdhYzY5M2Q1NTIwNDZkZDllNDhiNzA2YzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b2437471-7df9-4654-9b45-f6f682f2b739","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":"3ab8e5e9-1f1f-4318-b4ef-1b70b0260553","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":"ad9221d0-62cc-4cfb-8f71-481bfc6a2bbb","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":"bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b","artifactVersion":"2","generatedFromUUID":"3ab8e5e9-1f1f-4318-b4ef-1b70b0260553"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzJhM2Q0YWRiMzk4NTQyYmZjNzE0YjMwMTBkM2MxNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cdab8cfc-0d6a-4eff-ada9-5f5f371433aa","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NjI4YzBjMjVlYjdkM2JiM2U5OWE1OTQyNmVhY2FiYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eccdf1bc-1309-437a-b4fc-b319ca6ea8c3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T05:54:01.025Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:01.026Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:01.031Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:01.031Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:54:01.131Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:01.132Z||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-15T05:54:01.132Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:01.143Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:01.143Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:02.032Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:02.033Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:02.035Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:02.035Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:54:02.135Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:02.136Z||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-15T05:54:02.136Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:02.147Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:02.147Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:03.035Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:03.036Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:03.039Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:03.039Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:54:03.139Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:03.140Z||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-15T05:54:03.140Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:03.150Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:03.150Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:04.040Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:04.041Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:04.042Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:04.043Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:54:04.143Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:04.144Z||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-15T05:54:04.144Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:04.157Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:04.158Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:05.043Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:05.044Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:05.046Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:05.046Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:54:05.146Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:05.147Z||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-15T05:54:05.147Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:05.161Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:05.162Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:06.046Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:06.047Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:06.049Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:06.049Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T05:54:06.149Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:06.150Z||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-15T05:54:06.150Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:06.159Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:06.160Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:07.049Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:07.050Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:07.052Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:07.052Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:54:07.152Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:07.153Z||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-15T05:54:07.153Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:07.163Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:07.163Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:54:07.385Z||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-15T05:54:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:07.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:07.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:54:07.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465867572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:54:07.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:54:07.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:54:07.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465868552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:54:07.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:54:07.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:54:07.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "aai-ml", "timestamp": 1618465869555, "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-15T05:54:07.415Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2394b45d-6cf3-4418-9181-cee96f46fa7d 2021-04-15T05:54:07.415Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2394b45d-6cf3-4418-9181-cee96f46fa7d 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-15T05:54:07.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:54:07.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465870423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:54:07.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:54:07.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:54:07.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "clamp", "timestamp": 1618465871427, "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-15T05:54:07.427Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2394b45d-6cf3-4418-9181-cee96f46fa7d 2021-04-15T05:54:07.427Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2394b45d-6cf3-4418-9181-cee96f46fa7d 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-15T05:54:08.053Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:08.054Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:08.055Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:08.055Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:54:08.155Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:08.156Z||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-15T05:54:08.156Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:08.167Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:08.167Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:09.056Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "7ae94881-46a8-4619-a09f-1f3fdc11dc4d", "serviceDescription": "service", "serviceInvariantUUID": "756448ee-a494-4456-afd8-9e27fe564b61", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "96d8c553-41e5-4189-b8fb-38b45ab5d38d", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2a416308-bad0-4b1d-aabe-4a7257dc2c96", "resourceInvariantUUID": "9ac266d6-e5e1-4f18-91f7-ee02111abbb2", "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": "NTliNzEwNTdhYzY5M2Q1NTIwNDZkZDllNDhiNzA2YzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b2437471-7df9-4654-9b45-f6f682f2b739", "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": "3ab8e5e9-1f1f-4318-b4ef-1b70b0260553", "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": "bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b", "generatedFromUUID": "3ab8e5e9-1f1f-4318-b4ef-1b70b0260553" }, "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": "bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NjI4YzBjMjVlYjdkM2JiM2U5OWE1OTQyNmVhY2FiYTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eccdf1bc-1309-437a-b4fc-b319ca6ea8c3" } ], "workloadContext": "Production" } 2021-04-15T05:54:09.056Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T05:54:09.057Z|c33723b8-f8fa-4b44-a5d3-1047bb11af91|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ae94881-46a8-4619-a09f-1f3fdc11dc4d ASDC 2021-04-15T05:54:09.057Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:04aee22b-6d36-431e-96a3-3caadfa8bf31 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:7ae94881-46a8-4619-a09f-1f3fdc11dc4d ServiceInvariantUUID:756448ee-a494-4456-afd8-9e27fe564b61 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:eccdf1bc-1309-437a-b4fc-b319ca6ea8c3 ArtifactChecksum:NjI4YzBjMjVlYjdkM2JiM2U5OWE1OTQyNmVhY2FiYTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:96d8c553-41e5-4189-b8fb-38b45ab5d38d ResourceInvariantUUID:9ac266d6-e5e1-4f18-91f7-ee02111abbb2 ResourceName:basicclamp ResourceType:VF ResourceUUID:2a416308-bad0-4b1d-aabe-4a7257dc2c96 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:b2437471-7df9-4654-9b45-f6f682f2b739 ArtifactChecksum:NTliNzEwNTdhYzY5M2Q1NTIwNDZkZDllNDhiNzA2YzM= 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:3ab8e5e9-1f1f-4318-b4ef-1b70b0260553 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:bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b 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:bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T05:54:09.057Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ae94881-46a8-4619-a09f-1f3fdc11dc4d 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-15T05:54:09.084Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:54:09.084Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:54:09.084Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:54:09.085Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eccdf1bc-1309-437a-b4fc-b319ca6ea8c3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-15T05:54:09.085Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:54:09.085Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:09.589Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:54:09.592Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar eccdf1bc-1309-437a-b4fc-b319ca6ea8c3 76826 2021-04-15T05:54:09.592Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:09.592Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:09.592Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:54:09.593Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:09.594Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:09.594Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466049592, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:54:09.695Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:54:09.695Z||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-15T05:54:09.696Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:09.704Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:09.705Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:10.595Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:54:10.596Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:54:10.596Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: eccdf1bc-1309-437a-b4fc-b319ca6ea8c3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T05:54:10.596Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-04-15T05:54:10.596Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T05:54:10.597Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T05:54:10.719Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4340897706901018011/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-15T05:54:11.628Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T05:54:11.628Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:54:11.628Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.629Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:54:11.630Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.630Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.630Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T05:54:11.630Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:54:11.630Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:54:11.630Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.630Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:11.630Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T05:54:11.631Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:54:11.631Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:54:11.631Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.631Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:11.631Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.631Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-15T05:54:11.631Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-15T05:54:11.631Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-15T05:54:11.631Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-15T05:54:11.631Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T05:54:11.632Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T05:54:11.632Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.632Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.632Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.632Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T05:54:11.632Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:54:11.632Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.633Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T05:54:11.633Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:54:11.633Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.633Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T05:54:11.633Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:54:11.633Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.633Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-15T05:54:11.633Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-15T05:54:11.634Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T05:54:11.634Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0aa63164-aeec-4c97-ab52-16c1ad2734ba 2021-04-15T05:54:11.634Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.634Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:11.634Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.634Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:11.634Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.634Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:11.634Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:11.634Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:11.635Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:7ae94881-46a8-4619-a09f-1f3fdc11dc4d Model Version:NULL Model InvariantUuid:756448ee-a494-4456-afd8-9e27fe564b61 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:9e320de4-5317-498c-8528-9978d22321ae Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9ac266d6-e5e1-4f18-91f7-ee02111abbb2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:96d8c553-41e5-4189-b8fb-38b45ab5d38d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:975c48af-dee8-41ed-b43b-9c87da5737f6 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:b09a105b-0e2c-4ab9-99b2-d43dbd137e32 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0aa63164-aeec-4c97-ab52-16c1ad2734ba ModelInvariantUuid:c3be96d1-9618-478e-9281-e446b25aead8 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:2a3f81cb-3f2b-43d1-8c8f-67131e6c1572 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a8aa3583-bd16-4829-9abe-f46185ad33a1 ModelInvariantUuid:d162cd57-f720-4b27-8d3b-569428291fef ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:cd16dc76-8e4f-494a-830c-37e24e8eee3b 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-15T05:54:11.640Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a416308-bad0-4b1d-aabe-4a7257dc2c96 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-15T05:54:11.643Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||basicclamp 0 2021-04-15T05:54:11.643Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a416308-bad0-4b1d-aabe-4a7257dc2c96 2021-04-15T05:54:11.643Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b2437471-7df9-4654-9b45-f6f682f2b739 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-15T05:54:11.643Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:54:11.643Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.942Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:54:11.943Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json b2437471-7df9-4654-9b45-f6f682f2b739 790 2021-04-15T05:54:11.943Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.943Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:11.943Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:54:11.943Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:11.945Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:11.945Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466051943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:54:12.045Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:12.046Z||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-15T05:54:12.046Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:12.056Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:12.056Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:12.946Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "975c48af-dee8-41ed-b43b-9c87da5737f6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b09a105b-0e2c-4ab9-99b2-d43dbd137e32", "vfModuleModelCustomizationUUID": "f4ccc4f3-19cd-4386-ae98-a114c3f00b03", "isBase": true, "artifacts": [ "3ab8e5e9-1f1f-4318-b4ef-1b70b0260553", "bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b" ], "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-15T05:54:12.949Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b09a105b-0e2c-4ab9-99b2-d43dbd137e32 VfModuleModelInvariantUUID:975c48af-dee8-41ed-b43b-9c87da5737f6 VfModuleModelDescription:NULL Artifacts UUID List:{ 3ab8e5e9-1f1f-4318-b4ef-1b70b0260553 , bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b } 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-15T05:54:12.951Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "975c48af-dee8-41ed-b43b-9c87da5737f6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b09a105b-0e2c-4ab9-99b2-d43dbd137e32", "vfModuleModelCustomizationUUID": "f4ccc4f3-19cd-4386-ae98-a114c3f00b03", "isBase": true, "artifacts": [ "3ab8e5e9-1f1f-4318-b4ef-1b70b0260553", "bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b" ], "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-15T05:54:12.951Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b09a105b-0e2c-4ab9-99b2-d43dbd137e32 VfModuleModelInvariantUUID:975c48af-dee8-41ed-b43b-9c87da5737f6 VfModuleModelDescription:NULL Artifacts UUID List:{ 3ab8e5e9-1f1f-4318-b4ef-1b70b0260553 , bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b } 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-15T05:54:12.951Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3ab8e5e9-1f1f-4318-b4ef-1b70b0260553 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-15T05:54:12.951Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:54:12.951Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:13.323Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:54:13.324Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 3ab8e5e9-1f1f-4318-b4ef-1b70b0260553 5033 2021-04-15T05:54:13.324Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:13.324Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:13.324Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:54:13.324Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:13.326Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:13.326Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466053324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:54:13.426Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:13.427Z||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-15T05:54:13.427Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:13.437Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:13.438Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:54:14.326Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-15T05:54:14.327Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:54:14.327Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:14.731Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:54:14.731Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env bc2a3220-9b09-4db3-9ae2-bd07b82aaf4b 909 2021-04-15T05:54:14.731Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:14.731Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:14.731Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:54:14.731Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:14.733Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:14.733Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466054731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:54:14.833Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:14.834Z||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-15T05:54:14.834Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:14.843Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:14.843Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:15.734Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7ae94881-46a8-4619-a09f-1f3fdc11dc4d 2021-04-15T05:54:15.734Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2a416308-bad0-4b1d-aabe-4a7257dc2c96 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-15T05:54:15.745Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.745Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:15.746Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-15T05:54:15.746Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 96d8c553-41e5-4189-b8fb-38b45ab5d38d 2021-04-15T05:54:15.746Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 96d8c553-41e5-4189-b8fb-38b45ab5d38d matches Tosca VF Customization UUID: 96d8c553-41e5-4189-b8fb-38b45ab5d38d 2021-04-15T05:54:15.746Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 96d8c553-41e5-4189-b8fb-38b45ab5d38d 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-15T05:54:15.747Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.748Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:15.748Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 96d8c553-41e5-4189-b8fb-38b45ab5d38d: {\"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-15T05:54:15.748Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@60978e21 2021-04-15T05:54:15.748Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.748Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:15.749Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4ccc4f3-19cd-4386-ae98-a114c3f00b03 2021-04-15T05:54:15.749Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4ccc4f3-19cd-4386-ae98-a114c3f00b03 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-15T05:54:15.750Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.751Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T05:54:15.751Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:54:15.751Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.751Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T05:54:15.751Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:54:15.751Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.752Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-15T05:54:15.752Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-15T05:54:15.752Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T05:54:15.752Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0aa63164-aeec-4c97-ab52-16c1ad2734ba 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-15T05:54:15.754Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.754Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T05:54:15.754Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:54:15.754Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.754Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T05:54:15.754Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=96d8c553-41e5-4189-b8fb-38b45ab5d38d 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-15T05:54:15.756Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.756Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:15.756Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7ae94881-46a8-4619-a09f-1f3fdc11dc4d: basicclamp 2021-04-15T05:54:15.756Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.756Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:15.756Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.757Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:15.757Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.757Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:15.757Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.757Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:15.757Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:54:15.757Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T05:54:15.757Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:15.831Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2a416308-bad0-4b1d-aabe-4a7257dc2c96 1 ASDC deployResourceStructure 2021-04-15T05:54:15.831Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:15.831Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:15.831Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:54:15.832Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:15.833Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:15.834Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466055831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:54:15.934Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:15.935Z||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-15T05:54:15.935Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:15.944Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:15.944Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:16.834Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:16.835Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:16.835Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:54:16.835Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:16.837Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:16.837Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466056834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:54:16.937Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:16.938Z||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-15T05:54:16.938Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:16.946Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:16.947Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:17.838Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:17.838Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:17.838Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:54:17.838Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:17.840Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:17.840Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466057838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-15T05:54:17.940Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:17.941Z||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-15T05:54:17.941Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:17.951Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:17.951Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:18.841Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:18.841Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:18.841Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:54:18.841Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:18.843Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:18.843Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466058840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:54:18.943Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:18.944Z||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-15T05:54:18.944Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:18.954Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:18.955Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:19.844Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04aee22b-6d36-431e-96a3-3caadfa8bf31 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:54:19.854Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:54:19.856Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:54:19.856Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T05:54:19.856Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T05:54:19.856Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T05:54:19.856Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:54:19.856Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:54:19.856Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:54:19.857Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:54:19.857Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:54:19.857Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:54:19.857Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:54:19.857Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:19.861Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T05:54:49.862Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 04aee22b-6d36-431e-96a3-3caadfa8bf31 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-15T05:54:49.866Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 04aee22b-6d36-431e-96a3-3caadfa8bf31 and serviceModelVersionId: 7ae94881-46a8-4619-a09f-1f3fdc11dc4d 2021-04-15T05:54:49.866Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 756448ee-a494-4456-afd8-9e27fe564b61 2021-04-15T05:54:49.867Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/756448ee-a494-4456-afd8-9e27fe564b61/model-vers/model-ver/7ae94881-46a8-4619-a09f-1f3fdc11dc4d?depth=0 2021-04-15T05:54:49.870Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T05:54:49.898Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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/756448ee-a494-4456-afd8-9e27fe564b61/model-vers/model-ver/7ae94881-46a8-4619-a09f-1f3fdc11dc4d?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-15T05:54:49.898Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/756448ee-a494-4456-afd8-9e27fe564b61/model-vers/model-ver/7ae94881-46a8-4619-a09f-1f3fdc11dc4d?depth=0|INFO|500||Invoke 2021-04-15T05:54:49.916Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/756448ee-a494-4456-afd8-9e27fe564b61/model-vers/model-ver/7ae94881-46a8-4619-a09f-1f3fdc11dc4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T05:54:49.983Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/756448ee-a494-4456-afd8-9e27fe564b61/model-vers/model-ver/7ae94881-46a8-4619-a09f-1f3fdc11dc4d?depth=0|INFO|500||InvokeReturn 2021-04-15T05:54:49.983Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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/756448ee-a494-4456-afd8-9e27fe564b61/model-vers/model-ver/7ae94881-46a8-4619-a09f-1f3fdc11dc4d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210415-05:54:49:926-1087], vertex-id=[221248], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:54:49 GMT], Content-Type=[application/json]} 2021-04-15T05:54:49.983Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-04-15T05:54:49.983Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T05:54:49.984Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:49.988Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|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-15T05:54:49.988Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 04aee22b-6d36-431e-96a3-3caadfa8bf31 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T05:54:49.988Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T05:54:49.988Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:49.990Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:49.990Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466089988, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:54:50.090Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:50.091Z||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-15T05:54:50.092Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:50.103Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:50.104Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-15T05:54:51.005Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-15T05:54:51.006Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2394b45d-6cf3-4418-9181-cee96f46fa7d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e56f83d5-142e-4578-92d7-6b3a375484bd","serviceDescription":"service","serviceInvariantUUID":"5feac929-a7be-4d0a-ad42-2f6527d52bee","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"500aceb6-f2e2-4225-8331-d03e6e784719","resourceInvariantUUID":"5ffc6921-ae3c-44dd-b349-293e7bc67199","resourceCustomizationUUID":"04b7a9a1-33b9-4b48-9ac6-8e8537d1ea1a","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":"NmViYWUyODE1MzY2MTMxNTg2ZGNjMzAyOTUxNDM0NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64936863-4065-439d-953a-319ccb19eb4f","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":"NDJjZjM3N2E0Njk0YWMxY2RhYmJlOTM5NDkxYmE0ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"091c5c0b-192c-42d6-b73c-60b64ed32f91","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":"d4dc84c1-2883-4153-adf9-30831d9745a2","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":"67d417d0-3756-4602-af97-17cc19d0930c","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":"e01e09db-5765-496d-96f2-5cb524408b38","artifactVersion":"2","generatedFromUUID":"d4dc84c1-2883-4153-adf9-30831d9745a2"},{"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":"MjM1YWEwN2I1NTMyOTdlY2E1OTE5MWVhMDE4N2RjODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2cc7f509-b03f-4171-9e57-092a4ead83fd","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":"YjJiYjVjOTk4OWQ5ZjMwY2ExNjg4OTVhYTMxYmEyM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b8bce72-8c0e-4898-ab2e-1e7511eff59b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGQwOWZlN2U2YzQ1Y2M1NzBkYzUyMmM4MjU0MmEzZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a74322e3-7f62-4297-9bd6-83bf102d06a8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T05:54:51.006Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:51.006Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:51.008Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:51.008Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:54:51.108Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:51.109Z||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-15T05:54:51.110Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:51.119Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:51.119Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:52.008Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:52.009Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:52.011Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:52.011Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:54:52.111Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:52.112Z||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-15T05:54:52.112Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:52.122Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:52.123Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:53.012Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:53.012Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:53.014Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:53.014Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:54:53.114Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:53.115Z||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-15T05:54:53.115Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:53.125Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:53.126Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:54.015Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:54.016Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:54.018Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:54.018Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:54:54.118Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:54.119Z||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-15T05:54:54.119Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:54.129Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:54.129Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:55.018Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:55.019Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:55.021Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:55.021Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T05:54:55.121Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:55.122Z||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-15T05:54:55.122Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:55.130Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:55.130Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:54:56.021Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:56.022Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:56.024Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:56.025Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:54:56.125Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:56.125Z||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-15T05:54:56.125Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:56.133Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:56.134Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:57.025Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:57.026Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:57.028Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:57.028Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:54:57.128Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:57.129Z||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-15T05:54:57.129Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:57.139Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:57.139Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:58.028Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:54:58.029Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:54:58.031Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:54:58.031Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:54:58.131Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:54:58.132Z||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-15T05:54:58.132Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:54:58.144Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:54:58.144Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:54:59.032Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e56f83d5-142e-4578-92d7-6b3a375484bd", "serviceDescription": "service", "serviceInvariantUUID": "5feac929-a7be-4d0a-ad42-2f6527d52bee", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "04b7a9a1-33b9-4b48-9ac6-8e8537d1ea1a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "500aceb6-f2e2-4225-8331-d03e6e784719", "resourceInvariantUUID": "5ffc6921-ae3c-44dd-b349-293e7bc67199", "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": "NDJjZjM3N2E0Njk0YWMxY2RhYmJlOTM5NDkxYmE0ZTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "091c5c0b-192c-42d6-b73c-60b64ed32f91", "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": "d4dc84c1-2883-4153-adf9-30831d9745a2", "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": "e01e09db-5765-496d-96f2-5cb524408b38", "generatedFromUUID": "d4dc84c1-2883-4153-adf9-30831d9745a2" }, "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": "e01e09db-5765-496d-96f2-5cb524408b38", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NGQwOWZlN2U2YzQ1Y2M1NzBkYzUyMmM4MjU0MmEzZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a74322e3-7f62-4297-9bd6-83bf102d06a8" } ], "workloadContext": "Production" } 2021-04-15T05:54:59.032Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T05:54:59.032Z|04aee22b-6d36-431e-96a3-3caadfa8bf31|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e56f83d5-142e-4578-92d7-6b3a375484bd ASDC 2021-04-15T05:54:59.033Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:2394b45d-6cf3-4418-9181-cee96f46fa7d ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e56f83d5-142e-4578-92d7-6b3a375484bd ServiceInvariantUUID:5feac929-a7be-4d0a-ad42-2f6527d52bee 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:a74322e3-7f62-4297-9bd6-83bf102d06a8 ArtifactChecksum:NGQwOWZlN2U2YzQ1Y2M1NzBkYzUyMmM4MjU0MmEzZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:04b7a9a1-33b9-4b48-9ac6-8e8537d1ea1a ResourceInvariantUUID:5ffc6921-ae3c-44dd-b349-293e7bc67199 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:500aceb6-f2e2-4225-8331-d03e6e784719 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:091c5c0b-192c-42d6-b73c-60b64ed32f91 ArtifactChecksum:NDJjZjM3N2E0Njk0YWMxY2RhYmJlOTM5NDkxYmE0ZTA= 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:d4dc84c1-2883-4153-adf9-30831d9745a2 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:e01e09db-5765-496d-96f2-5cb524408b38 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:e01e09db-5765-496d-96f2-5cb524408b38 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T05:54:59.033Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e56f83d5-142e-4578-92d7-6b3a375484bd 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-15T05:54:59.063Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:54:59.063Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:54:59.063Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:54:59.064Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a74322e3-7f62-4297-9bd6-83bf102d06a8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-15T05:54:59.064Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:54:59.064Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:00.364Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:55:00.367Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a74322e3-7f62-4297-9bd6-83bf102d06a8 82053 2021-04-15T05:55:00.368Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:00.368Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:00.368Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:55:00.368Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:00.370Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:00.370Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466100368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:00.470Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:00.471Z||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-15T05:55:00.471Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:00.481Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:00.482Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:01.371Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:55:01.372Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:55:01.372Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a74322e3-7f62-4297-9bd6-83bf102d06a8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T05:55:01.373Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-04-15T05:55:01.373Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T05:55:01.373Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T05:55:01.534Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5652828452833297098/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-15T05:55:02.438Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T05:55:02.438Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:55:02.438Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T05:55:02.438Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-15T05:55:02.438Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.438Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.439Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.439Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.439Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.439Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.439Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.439Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.439Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.439Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.439Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:55:02.439Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.440Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.440Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T05:55:02.440Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:55:02.440Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.440Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.440Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.441Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T05:55:02.441Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:55:02.441Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.441Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.441Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.441Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.442Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-15T05:55:02.442Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T05:55:02.442Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-15T05:55:02.442Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-15T05:55:02.442Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-15T05:55:02.442Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T05:55:02.442Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.443Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.443Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.443Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T05:55:02.443Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:55:02.443Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.443Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T05:55:02.444Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:55:02.444Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.444Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T05:55:02.444Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:55:02.444Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.444Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-15T05:55:02.445Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T05:55:02.445Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-15T05:55:02.445Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c6d7316-70a7-4d81-9635-5c718cde483b 2021-04-15T05:55:02.445Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.445Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.445Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.446Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.446Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.446Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.446Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:02.446Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:02.446Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e56f83d5-142e-4578-92d7-6b3a375484bd Model Version:NULL Model InvariantUuid:5feac929-a7be-4d0a-ad42-2f6527d52bee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c7c272ec-bfdb-42f0-a703-b01e84530b74 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5ffc6921-ae3c-44dd-b349-293e7bc67199 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:04b7a9a1-33b9-4b48-9ac6-8e8537d1ea1a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7be41a58-8082-440a-a0cd-287018f5de91 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:2443a814-308f-4a76-97e9-c7d37414190d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3c6d7316-70a7-4d81-9635-5c718cde483b ModelInvariantUuid:622e272b-8e71-4f79-bce3-761035d2b15a ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:bcc78dc4-4d73-44cf-a872-2d9cbea286e3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:20323411-a3d4-462a-bd33-6fd0c6165087 ModelInvariantUuid:9428c51b-0840-49c0-9751-f73a7416b92e ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:749f08d7-f3f8-41c6-a919-6ccf6207f5d0 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-15T05:55:02.452Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 500aceb6-f2e2-4225-8331-d03e6e784719 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-15T05:55:02.455Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2021-04-15T05:55:02.455Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 500aceb6-f2e2-4225-8331-d03e6e784719 2021-04-15T05:55:02.455Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 091c5c0b-192c-42d6-b73c-60b64ed32f91 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-15T05:55:02.455Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:55:02.455Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:05.247Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:55:05.247Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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 091c5c0b-192c-42d6-b73c-60b64ed32f91 792 2021-04-15T05:55:05.247Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:05.248Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:05.248Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:55:05.248Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:05.250Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:05.250Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466105247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:05.350Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:05.351Z||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-15T05:55:05.351Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:05.361Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:05.361Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:06.251Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7be41a58-8082-440a-a0cd-287018f5de91", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2443a814-308f-4a76-97e9-c7d37414190d", "vfModuleModelCustomizationUUID": "8a5a2260-a5bf-4069-b212-ba2b26e6c16d", "isBase": true, "artifacts": [ "d4dc84c1-2883-4153-adf9-30831d9745a2", "e01e09db-5765-496d-96f2-5cb524408b38" ], "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-15T05:55:06.253Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2443a814-308f-4a76-97e9-c7d37414190d VfModuleModelInvariantUUID:7be41a58-8082-440a-a0cd-287018f5de91 VfModuleModelDescription:NULL Artifacts UUID List:{ d4dc84c1-2883-4153-adf9-30831d9745a2 , e01e09db-5765-496d-96f2-5cb524408b38 } 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-15T05:55:06.255Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7be41a58-8082-440a-a0cd-287018f5de91", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2443a814-308f-4a76-97e9-c7d37414190d", "vfModuleModelCustomizationUUID": "8a5a2260-a5bf-4069-b212-ba2b26e6c16d", "isBase": true, "artifacts": [ "d4dc84c1-2883-4153-adf9-30831d9745a2", "e01e09db-5765-496d-96f2-5cb524408b38" ], "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-15T05:55:06.255Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2443a814-308f-4a76-97e9-c7d37414190d VfModuleModelInvariantUUID:7be41a58-8082-440a-a0cd-287018f5de91 VfModuleModelDescription:NULL Artifacts UUID List:{ d4dc84c1-2883-4153-adf9-30831d9745a2 , e01e09db-5765-496d-96f2-5cb524408b38 } 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-15T05:55:06.255Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d4dc84c1-2883-4153-adf9-30831d9745a2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-15T05:55:06.255Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:55:06.255Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:07.247Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:55:07.247Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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 d4dc84c1-2883-4153-adf9-30831d9745a2 5033 2021-04-15T05:55:07.248Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:07.248Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:07.248Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:55:07.248Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:07.249Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:07.249Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466107247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.350Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:07.350Z||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-15T05:55:07.350Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:07.360Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:07.360Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:55:07.385Z||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-15T05:55:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:07.400Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:07.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466010690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466011187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466014407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466010626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466015871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466014407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466010690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466011187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466010626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466015871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466014407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466010626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466010690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466011187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466015871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466021574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466014407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466011187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466010626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466010690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466015871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466021574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466014407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466011187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466010626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466010690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466015871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466021574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "dcae-sch", "timestamp": 1618466024308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466014407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466011187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466010626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466010690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466015871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466021574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "dcae-sch", "timestamp": 1618466024308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466014407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466011187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466010626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466010690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466015871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466025456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466021574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "dcae-sch", "timestamp": 1618466024308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466014407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466011187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466010626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466010690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466015871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466025456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466021574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "dcae-sch", "timestamp": 1618466024308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466014407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466011187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466010690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466010626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466015871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:55:07.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466025456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466021574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "dcae-sch", "timestamp": 1618466024308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466025456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466021574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466029261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466029263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466029264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466029260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "ves-openapi-manager", "timestamp": 1618466028771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466028860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "dcae-sch", "timestamp": 1618466024308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466025456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T05:55:07.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466021574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:55:07.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "cds", "timestamp": 1618466030269, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:55:07.438Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1c5b094-2140-4a4a-bdb4-1145e71c35e8 2021-04-15T05:55:07.438Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c5b094-2140-4a4a-bdb4-1145e71c35e8 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-15T05:55:07.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466030264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "ves-openapi-manager", "timestamp": 1618466028771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466030469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466028860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "dcae-sch", "timestamp": 1618466024308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466025456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "policy-id", "timestamp": 1618466031266, "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-15T05:55:07.455Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1c5b094-2140-4a4a-bdb4-1145e71c35e8 2021-04-15T05:55:07.455Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c5b094-2140-4a4a-bdb4-1145e71c35e8 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-15T05:55:07.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "ves-openapi-manager", "timestamp": 1618466028771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466031447, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466028860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466031521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466031644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "dcae-sch", "timestamp": 1618466024308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466025456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "ves-openapi-manager", "timestamp": 1618466028771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466028860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466032540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "dcae-sch", "timestamp": 1618466024308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466025456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466033315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "ves-openapi-manager", "timestamp": 1618466028771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466028860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T05:55:07.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "clamp", "timestamp": 1618466033543, "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-15T05:55:07.470Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1c5b094-2140-4a4a-bdb4-1145e71c35e8 2021-04-15T05:55:07.470Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c5b094-2140-4a4a-bdb4-1145e71c35e8 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-15T05:55:07.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466033605, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:55:07.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466025456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:55:07.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466034318, "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-15T05:55:07.483Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1c5b094-2140-4a4a-bdb4-1145e71c35e8 2021-04-15T05:55:07.483Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c5b094-2140-4a4a-bdb4-1145e71c35e8 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-15T05:55:07.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "ves-openapi-manager", "timestamp": 1618466028771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466028860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618466034609, "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-15T05:55:07.494Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1c5b094-2140-4a4a-bdb4-1145e71c35e8 2021-04-15T05:55:07.494Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c5b094-2140-4a4a-bdb4-1145e71c35e8 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-15T05:55:07.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-starlingx-id", "timestamp": 1618466035320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:55:07.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "ves-openapi-manager", "timestamp": 1618466028771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466028860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-15T05:55:07.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466035705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c33723b8-f8fa-4b44-a5d3-1047bb11af91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466035709, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466036021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "ves-openapi-manager", "timestamp": 1618466028771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466028860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "aai-ml", "timestamp": 1618466036708, "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-15T05:55:07.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1c5b094-2140-4a4a-bdb4-1145e71c35e8 2021-04-15T05:55:07.508Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c5b094-2140-4a4a-bdb4-1145e71c35e8 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-15T05:55:07.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "ves-openapi-manager", "timestamp": 1618466028771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466028860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:55:07.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466037884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466039466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466039873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466043349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466043763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T05:55:07.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466044795, "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-15T05:55:07.523Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1c5b094-2140-4a4a-bdb4-1145e71c35e8 2021-04-15T05:55:07.523Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c5b094-2140-4a4a-bdb4-1145e71c35e8 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-15T05:55:07.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-k8s-id", "timestamp": 1618466045799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:55:07.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T05:55:07.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:07.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466046463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:07.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:55:07.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:55:07.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:07.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:55:08.250Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e01e09db-5765-496d-96f2-5cb524408b38 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-15T05:55:08.251Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:55:08.251Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:09.159Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:55:09.160Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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 e01e09db-5765-496d-96f2-5cb524408b38 903 2021-04-15T05:55:09.160Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:09.160Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:09.160Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:55:09.160Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:09.162Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:09.162Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466109160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:09.262Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:09.263Z||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-15T05:55:09.263Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:09.272Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:09.272Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:10.162Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e56f83d5-142e-4578-92d7-6b3a375484bd 2021-04-15T05:55:10.163Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 500aceb6-f2e2-4225-8331-d03e6e784719 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-15T05:55:10.178Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.179Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.179Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-15T05:55:10.179Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 04b7a9a1-33b9-4b48-9ac6-8e8537d1ea1a 2021-04-15T05:55:10.179Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04b7a9a1-33b9-4b48-9ac6-8e8537d1ea1a matches Tosca VF Customization UUID: 04b7a9a1-33b9-4b48-9ac6-8e8537d1ea1a 2021-04-15T05:55:10.180Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 04b7a9a1-33b9-4b48-9ac6-8e8537d1ea1a 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-15T05:55:10.183Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.183Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.184Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 04b7a9a1-33b9-4b48-9ac6-8e8537d1ea1a: {\"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-15T05:55:10.184Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8cf0e10 2021-04-15T05:55:10.185Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.185Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.185Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a5a2260-a5bf-4069-b212-ba2b26e6c16d 2021-04-15T05:55:10.185Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a5a2260-a5bf-4069-b212-ba2b26e6c16d 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-15T05:55:10.188Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.188Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T05:55:10.189Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:55:10.189Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.189Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T05:55:10.189Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:55:10.189Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.190Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-15T05:55:10.190Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T05:55:10.190Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-15T05:55:10.190Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c6d7316-70a7-4d81-9635-5c718cde483b 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-15T05:55:10.193Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.193Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T05:55:10.193Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:55:10.194Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.194Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T05:55:10.194Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=04b7a9a1-33b9-4b48-9ac6-8e8537d1ea1a 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-15T05:55:10.196Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.196Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.197Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e56f83d5-142e-4578-92d7-6b3a375484bd: basic_vm_macro 2021-04-15T05:55:10.197Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.197Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.197Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.197Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.198Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.198Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.198Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.198Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.198Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:10.198Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.199Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.279Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 500aceb6-f2e2-4225-8331-d03e6e784719 1 ASDC deployResourceStructure 2021-04-15T05:55:10.279Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.279Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:10.279Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:55:10.280Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:10.282Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:10.282Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466110279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:55:10.382Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:10.383Z||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-15T05:55:10.384Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:10.402Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:10.403Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:11.283Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:11.283Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:11.284Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:55:11.284Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:11.285Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:11.285Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466111283, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:55:11.386Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T05:55:11.386Z||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-15T05:55:11.386Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:11.395Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:11.395Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:12.287Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:12.287Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:12.287Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:55:12.287Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:12.290Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:12.290Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466112287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-15T05:55:12.390Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:12.391Z||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-15T05:55:12.391Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:12.401Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:12.401Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:55:13.291Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:13.291Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:13.291Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:55:13.292Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:13.294Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:13.294Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466113291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:55:13.394Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:13.395Z||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-15T05:55:13.395Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:13.404Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:13.404Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:14.295Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2394b45d-6cf3-4418-9181-cee96f46fa7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:55:14.304Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2394b45d-6cf3-4418-9181-cee96f46fa7d 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-15T05:55:14.305Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:55:14.306Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T05:55:14.306Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T05:55:14.306Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T05:55:14.306Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:55:14.306Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:55:14.306Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:55:14.306Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:55:14.306Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:55:14.306Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:55:14.306Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:14.310Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T05:55:44.310Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2394b45d-6cf3-4418-9181-cee96f46fa7d 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-15T05:55:44.315Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2394b45d-6cf3-4418-9181-cee96f46fa7d and serviceModelVersionId: e56f83d5-142e-4578-92d7-6b3a375484bd 2021-04-15T05:55:44.315Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5feac929-a7be-4d0a-ad42-2f6527d52bee 2021-04-15T05:55:44.316Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5feac929-a7be-4d0a-ad42-2f6527d52bee/model-vers/model-ver/e56f83d5-142e-4578-92d7-6b3a375484bd?depth=0 2021-04-15T05:55:44.319Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T05:55:44.347Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5feac929-a7be-4d0a-ad42-2f6527d52bee/model-vers/model-ver/e56f83d5-142e-4578-92d7-6b3a375484bd?depth=0|INFO|500||Invoke 2021-04-15T05:55:44.347Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5feac929-a7be-4d0a-ad42-2f6527d52bee/model-vers/model-ver/e56f83d5-142e-4578-92d7-6b3a375484bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5feac929-a7be-4d0a-ad42-2f6527d52bee/model-vers/model-ver/e56f83d5-142e-4578-92d7-6b3a375484bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2394b45d-6cf3-4418-9181-cee96f46fa7d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61324967-e2a0-4da6-ad22-8fe435f87c67], X-ECOMP-RequestID=[2394b45d-6cf3-4418-9181-cee96f46fa7d], X-TransactionId=[], X-ONAP-RequestID=[2394b45d-6cf3-4418-9181-cee96f46fa7d], Content-Type=[application/merge-patch+json]} 2021-04-15T05:55:44.363Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5feac929-a7be-4d0a-ad42-2f6527d52bee/model-vers/model-ver/e56f83d5-142e-4578-92d7-6b3a375484bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T05:55:44.963Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5feac929-a7be-4d0a-ad42-2f6527d52bee/model-vers/model-ver/e56f83d5-142e-4578-92d7-6b3a375484bd?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/5feac929-a7be-4d0a-ad42-2f6527d52bee/model-vers/model-ver/e56f83d5-142e-4578-92d7-6b3a375484bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210415-05:55:44:375-2403], vertex-id=[180368], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:55:44 GMT], Content-Type=[application/json]} 2021-04-15T05:55:44.963Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5feac929-a7be-4d0a-ad42-2f6527d52bee/model-vers/model-ver/e56f83d5-142e-4578-92d7-6b3a375484bd?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T05:55:44.964Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5feac929-a7be-4d0a-ad42-2f6527d52bee/model-vers/model-ver/e56f83d5-142e-4578-92d7-6b3a375484bd?depth=0|INFO|500||InvokeReturn 2021-04-15T05:55:44.964Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T05:55:44.964Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:44.969Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|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-15T05:55:44.969Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2394b45d-6cf3-4418-9181-cee96f46fa7d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T05:55:44.969Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T05:55:44.970Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:44.972Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:44.972Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466144969, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:55:45.072Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:45.073Z||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-15T05:55:45.073Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:45.087Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:45.087Z||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-15T05:55:45.983Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-15T05:55:45.983Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1c5b094-2140-4a4a-bdb4-1145e71c35e8","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c6fa5f96-f1cc-44b1-a75a-3a993f1da366","serviceDescription":"service","serviceInvariantUUID":"8e8a0151-c9e0-4597-a5d0-06855f8b2a05","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"721062bb-7cc9-452c-918b-12c0f0e631ca","resourceInvariantUUID":"65608a05-f4c3-41a2-9229-0536c6c065d3","resourceCustomizationUUID":"fa39ac0f-fa79-49f6-8889-d1f02ceef0cb","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":"MTlhNGNjZTY2NTRmYTBkYWYzMTVmYTMwM2VlNTUyODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e7a2e7b-3a8f-4143-9289-eca2150ab6cc","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":"8ece4bc2-4d18-40e8-bd57-034fe6add83f","artifactVersion":"2","generatedFromUUID":"f8954582-b44e-444f-8e04-a137a8b520f9"},{"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":"f8954582-b44e-444f-8e04-a137a8b520f9","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":"NGViMmVmMTBiOGRhZWY3OTQ5MjhkMTgxOWY5N2M0Nzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"436a2a6a-a170-4784-8d9d-8db3d5307e2c","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":"7bec5e86-9f0f-4d76-8ba9-a91f65073163","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":"7e90291b-81de-4768-bb6f-37f4d46c5d51","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":"02e2d892-9d3c-4a85-afd1-248e9951e137","artifactVersion":"2","generatedFromUUID":"7bec5e86-9f0f-4d76-8ba9-a91f65073163"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWJjNzk3NzVkZTk0MjVlMTFkMmM0OGI4ZTNjNmE1Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4b3242f-58cb-4210-947e-ad3a3438a3ac","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTBhYzA3ZDc5YjdkMjg1ZDU2NmJkODA4YzY3MTAwYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4cfaf61-4e3c-42a4-b156-395a725957d3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T05:55:45.983Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:55:45.983Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:45.985Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:45.986Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:46.085Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T05:55:46.086Z||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-15T05:55:46.086Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:46.097Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:46.098Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:55:46.986Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:55:46.987Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:46.989Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:46.989Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-15T05:55:47.089Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:47.090Z||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-15T05:55:47.090Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:47.100Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:47.101Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:55:47.989Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:55:47.990Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:47.991Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:47.991Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-15T05:55:48.092Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:55:48.092Z||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-15T05:55:48.092Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:48.103Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:48.103Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:55:48.992Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:55:48.993Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:48.995Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:48.995Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:55:49.095Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:49.096Z||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-15T05:55:49.096Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:49.105Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:49.106Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:49.995Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:55:49.996Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:49.998Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:49.998Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T05:55:50.098Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:50.099Z||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-15T05:55:50.099Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:50.109Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:50.109Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:50.998Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:55:50.999Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:51.000Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:51.001Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:51.101Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:51.101Z||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-15T05:55:51.102Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:51.110Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:51.110Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:55:52.001Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:55:52.002Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:52.003Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:52.004Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-15T05:55:52.104Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:52.105Z||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-15T05:55:52.105Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:52.114Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:52.115Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:53.004Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:55:53.005Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:53.007Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:53.007Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:55:53.107Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:53.108Z||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-15T05:55:53.108Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:53.119Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:53.120Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:54.007Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T05:55:54.008Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:54.010Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:54.010Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:55:54.111Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:55:54.111Z||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-15T05:55:54.112Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:54.122Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:54.122Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:55.011Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "c6fa5f96-f1cc-44b1-a75a-3a993f1da366", "serviceDescription": "service", "serviceInvariantUUID": "8e8a0151-c9e0-4597-a5d0-06855f8b2a05", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "fa39ac0f-fa79-49f6-8889-d1f02ceef0cb", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "721062bb-7cc9-452c-918b-12c0f0e631ca", "resourceInvariantUUID": "65608a05-f4c3-41a2-9229-0536c6c065d3", "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": "8ece4bc2-4d18-40e8-bd57-034fe6add83f", "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": "f8954582-b44e-444f-8e04-a137a8b520f9", "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": "NGViMmVmMTBiOGRhZWY3OTQ5MjhkMTgxOWY5N2M0Nzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "436a2a6a-a170-4784-8d9d-8db3d5307e2c", "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": "7bec5e86-9f0f-4d76-8ba9-a91f65073163", "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": "02e2d892-9d3c-4a85-afd1-248e9951e137", "generatedFromUUID": "7bec5e86-9f0f-4d76-8ba9-a91f65073163" }, "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": "02e2d892-9d3c-4a85-afd1-248e9951e137", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NTBhYzA3ZDc5YjdkMjg1ZDU2NmJkODA4YzY3MTAwYjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d4cfaf61-4e3c-42a4-b156-395a725957d3" } ], "workloadContext": "Production" } 2021-04-15T05:55:55.012Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T05:55:55.012Z|2394b45d-6cf3-4418-9181-cee96f46fa7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c6fa5f96-f1cc-44b1-a75a-3a993f1da366 ASDC 2021-04-15T05:55:55.012Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d1c5b094-2140-4a4a-bdb4-1145e71c35e8 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:c6fa5f96-f1cc-44b1-a75a-3a993f1da366 ServiceInvariantUUID:8e8a0151-c9e0-4597-a5d0-06855f8b2a05 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:d4cfaf61-4e3c-42a4-b156-395a725957d3 ArtifactChecksum:NTBhYzA3ZDc5YjdkMjg1ZDU2NmJkODA4YzY3MTAwYjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:fa39ac0f-fa79-49f6-8889-d1f02ceef0cb ResourceInvariantUUID:65608a05-f4c3-41a2-9229-0536c6c065d3 ResourceName:basic_cnf ResourceType:VF ResourceUUID:721062bb-7cc9-452c-918b-12c0f0e631ca 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:8ece4bc2-4d18-40e8-bd57-034fe6add83f 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:f8954582-b44e-444f-8e04-a137a8b520f9 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:436a2a6a-a170-4784-8d9d-8db3d5307e2c ArtifactChecksum:NGViMmVmMTBiOGRhZWY3OTQ5MjhkMTgxOWY5N2M0Nzk= 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:7bec5e86-9f0f-4d76-8ba9-a91f65073163 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:02e2d892-9d3c-4a85-afd1-248e9951e137 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:02e2d892-9d3c-4a85-afd1-248e9951e137 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T05:55:55.012Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6fa5f96-f1cc-44b1-a75a-3a993f1da366 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-15T05:55:55.046Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:55:55.047Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:55:55.047Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:55:55.047Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d4cfaf61-4e3c-42a4-b156-395a725957d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-15T05:55:55.047Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:55:55.047Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:55.204Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:55:55.207Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d4cfaf61-4e3c-42a4-b156-395a725957d3 71160 2021-04-15T05:55:55.207Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:55.207Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:55.208Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:55:55.208Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:55.209Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:55.209Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466155207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:55.310Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T05:55:55.310Z||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-15T05:55:55.310Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:55.320Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:55.320Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:56.210Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T05:55:56.211Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-15T05:55:56.211Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d4cfaf61-4e3c-42a4-b156-395a725957d3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T05:55:56.211Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-15T05:55:56.212Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T05:55:56.212Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T05:55:56.318Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2848115911712922635/Definitions/service-BasicCnf-template.yml 2021-04-15T05:55:57.219Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T05:55:57.220Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:55:57.220Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T05:55:57.220Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-15T05:55:57.220Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.220Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.220Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.221Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.221Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.221Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-15T05:55:57.221Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.221Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.222Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T05:55:57.222Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:55:57.222Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:55:57.222Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.222Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.222Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T05:55:57.222Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-15T05:55:57.222Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T05:55:57.222Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.223Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.223Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.223Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-15T05:55:57.223Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-15T05:55:57.223Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-15T05:55:57.223Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T05:55:57.223Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.223Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.223Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.223Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T05:55:57.224Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:55:57.224Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.224Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T05:55:57.224Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:55:57.224Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.224Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T05:55:57.224Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:55:57.224Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.224Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-15T05:55:57.225Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-15T05:55:57.225Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f89f7c99-8ab9-4691-aad1-bcde29c27004 2021-04-15T05:55:57.225Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.225Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.225Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.225Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.225Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.225Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.226Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:55:57.226Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.226Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:c6fa5f96-f1cc-44b1-a75a-3a993f1da366 Model Version:NULL Model InvariantUuid:8e8a0151-c9e0-4597-a5d0-06855f8b2a05 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:04fbab1f-a7a1-48e2-9aca-e241e1b14e16 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:65608a05-f4c3-41a2-9229-0536c6c065d3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fa39ac0f-fa79-49f6-8889-d1f02ceef0cb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:56580b2c-9ee5-4ffd-a622-d3a5a13016db ModelName:BasicCnf..base_dummy..module-0 ModelUuid:b73d3906-9e15-4265-b9d6-0bf0296eb4cf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f89f7c99-8ab9-4691-aad1-bcde29c27004 ModelInvariantUuid:4383e6a4-eb73-499e-9a5f-821111d4905a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:89f0beec-062d-4ad5-9ce3-13803abc9d94 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:45cb87fc-f466-426f-9861-8ec3ab20b00c ModelInvariantUuid:398df238-0f6a-4f3d-931a-eddc61c722a9 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0c8aae78-8c3a-4036-aa52-6bf2bdf94019 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-15T05:55:57.231Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 721062bb-7cc9-452c-918b-12c0f0e631ca 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-15T05:55:57.232Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||basic_cnf 0 2021-04-15T05:55:57.233Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 721062bb-7cc9-452c-918b-12c0f0e631ca 2021-04-15T05:55:57.233Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8ece4bc2-4d18-40e8-bd57-034fe6add83f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-15T05:55:57.233Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:55:57.233Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.565Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:55:57.566Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 8ece4bc2-4d18-40e8-bd57-034fe6add83f 12 2021-04-15T05:55:57.566Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.566Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:57.566Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:55:57.566Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:57.568Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:57.568Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466157566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:57.668Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:57.669Z||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-15T05:55:57.669Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:57.678Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:57.679Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:55:58.569Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f8954582-b44e-444f-8e04-a137a8b520f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-15T05:55:58.569Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:55:58.569Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:59.467Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:55:59.467Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 f8954582-b44e-444f-8e04-a137a8b520f9 2688 2021-04-15T05:55:59.467Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:59.468Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:55:59.468Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:55:59.468Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:55:59.469Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:55:59.469Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466159467, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-15T05:55:59.570Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:55:59.570Z||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-15T05:55:59.570Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:55:59.580Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:55:59.581Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:56:00.471Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 436a2a6a-a170-4784-8d9d-8db3d5307e2c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-15T05:56:00.471Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:56:00.471Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:02.259Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:56:02.260Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 436a2a6a-a170-4784-8d9d-8db3d5307e2c 828 2021-04-15T05:56:02.260Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:02.260Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:02.260Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:56:02.260Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:56:02.262Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:56:02.262Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466162260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:02.362Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:56:02.363Z||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-15T05:56:02.363Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:02.372Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:02.373Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:56:03.263Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "56580b2c-9ee5-4ffd-a622-d3a5a13016db", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b73d3906-9e15-4265-b9d6-0bf0296eb4cf", "vfModuleModelCustomizationUUID": "5284409a-1bb0-47a2-a2b4-22441f4c69f3", "isBase": true, "artifacts": [ "f8954582-b44e-444f-8e04-a137a8b520f9", "7bec5e86-9f0f-4d76-8ba9-a91f65073163", "02e2d892-9d3c-4a85-afd1-248e9951e137" ], "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-15T05:56:03.266Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b73d3906-9e15-4265-b9d6-0bf0296eb4cf VfModuleModelInvariantUUID:56580b2c-9ee5-4ffd-a622-d3a5a13016db VfModuleModelDescription:NULL Artifacts UUID List:{ f8954582-b44e-444f-8e04-a137a8b520f9 , 7bec5e86-9f0f-4d76-8ba9-a91f65073163 , 02e2d892-9d3c-4a85-afd1-248e9951e137 } 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-15T05:56:03.268Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "56580b2c-9ee5-4ffd-a622-d3a5a13016db", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b73d3906-9e15-4265-b9d6-0bf0296eb4cf", "vfModuleModelCustomizationUUID": "5284409a-1bb0-47a2-a2b4-22441f4c69f3", "isBase": true, "artifacts": [ "f8954582-b44e-444f-8e04-a137a8b520f9", "7bec5e86-9f0f-4d76-8ba9-a91f65073163", "02e2d892-9d3c-4a85-afd1-248e9951e137" ], "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-15T05:56:03.268Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b73d3906-9e15-4265-b9d6-0bf0296eb4cf VfModuleModelInvariantUUID:56580b2c-9ee5-4ffd-a622-d3a5a13016db VfModuleModelDescription:NULL Artifacts UUID List:{ f8954582-b44e-444f-8e04-a137a8b520f9 , 7bec5e86-9f0f-4d76-8ba9-a91f65073163 , 02e2d892-9d3c-4a85-afd1-248e9951e137 } 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-15T05:56:03.268Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7bec5e86-9f0f-4d76-8ba9-a91f65073163 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-15T05:56:03.268Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:56:03.268Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:05.453Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:56:05.453Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7bec5e86-9f0f-4d76-8ba9-a91f65073163 1164 2021-04-15T05:56:05.454Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:05.454Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:05.454Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:56:05.454Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:56:05.456Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:56:05.456Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466165454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:05.556Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:56:05.557Z||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-15T05:56:05.557Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:05.567Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:05.567Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:56:06.457Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 02e2d892-9d3c-4a85-afd1-248e9951e137 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-15T05:56:06.457Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-15T05:56:06.457Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:07.262Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-15T05:56:07.262Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 02e2d892-9d3c-4a85-afd1-248e9951e137 200 2021-04-15T05:56:07.263Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:07.263Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:07.263Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T05:56:07.263Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:56:07.265Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:56:07.265Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466167263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:07.365Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:56:07.366Z||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-15T05:56:07.366Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:07.375Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:07.376Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T05:56:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:56:07.385Z||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-15T05:56:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:07.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:07.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:56:07.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:56:07.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466048749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:07.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466049592, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:07.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466049753, "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-15T05:56:07.415Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1c5b094-2140-4a4a-bdb4-1145e71c35e8 2021-04-15T05:56:07.415Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c5b094-2140-4a4a-bdb4-1145e71c35e8 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-15T05:56:07.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "multicloud-windriver-id", "timestamp": 1618466050756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:56:07.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466051943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:07.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466053324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466054731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466055831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466056834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466057838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466058840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04aee22b-6d36-431e-96a3-3caadfa8bf31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466089988, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:56:07.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:56:07.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-15T05:56:07.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466100368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:07.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466105247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:07.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:07.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-15T05:56:07.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466107247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:56:07.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:56:08.266Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c6fa5f96-f1cc-44b1-a75a-3a993f1da366 2021-04-15T05:56:08.266Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 721062bb-7cc9-452c-918b-12c0f0e631ca ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-04-15T05:56:08.275Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 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-15T05:56:08.284Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.284Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.284Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-15T05:56:08.285Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= fa39ac0f-fa79-49f6-8889-d1f02ceef0cb 2021-04-15T05:56:08.285Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa39ac0f-fa79-49f6-8889-d1f02ceef0cb matches Tosca VF Customization UUID: fa39ac0f-fa79-49f6-8889-d1f02ceef0cb 2021-04-15T05:56:08.285Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: fa39ac0f-fa79-49f6-8889-d1f02ceef0cb 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-15T05:56:08.287Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.287Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.288Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id fa39ac0f-fa79-49f6-8889-d1f02ceef0cb: {\"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-15T05:56:08.288Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1704d9af 2021-04-15T05:56:08.288Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.288Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.288Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5284409a-1bb0-47a2-a2b4-22441f4c69f3 2021-04-15T05:56:08.288Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5284409a-1bb0-47a2-a2b4-22441f4c69f3 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-15T05:56:08.290Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.291Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T05:56:08.291Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:56:08.291Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.291Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T05:56:08.291Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:56:08.291Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.291Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-15T05:56:08.292Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-15T05:56:08.292Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f89f7c99-8ab9-4691-aad1-bcde29c27004 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-15T05:56:08.294Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.294Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T05:56:08.294Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T05:56:08.294Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.294Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T05:56:08.294Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fa39ac0f-fa79-49f6-8889-d1f02ceef0cb 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-15T05:56:08.295Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.296Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.296Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c6fa5f96-f1cc-44b1-a75a-3a993f1da366: basic_cnf 2021-04-15T05:56:08.296Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.296Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.296Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.296Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.296Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.296Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.296Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.297Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.297Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T05:56:08.297Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.297Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.353Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 721062bb-7cc9-452c-918b-12c0f0e631ca 1 ASDC deployResourceStructure 2021-04-15T05:56:08.354Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.354Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:08.355Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-15T05:56:08.355Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:56:08.357Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:56:08.357Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466168354, "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-15T05:56:08.457Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:56:08.458Z||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-15T05:56:08.458Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:08.468Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:08.468Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:56:09.358Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:09.358Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:09.359Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-15T05:56:09.359Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:56:09.361Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:56:09.361Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466169358, "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-15T05:56:09.461Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:56:09.462Z||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-15T05:56:09.462Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:09.471Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:09.472Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:56:10.362Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:10.362Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:10.362Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:56:10.363Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:56:10.364Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:56:10.364Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466170361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:56:10.465Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T05:56:10.465Z||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-15T05:56:10.465Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:10.475Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:10.475Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:56:11.366Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:11.366Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:11.366Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:56:11.366Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:56:11.368Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:56:11.368Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466171365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:56:11.468Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:56:11.469Z||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-15T05:56:11.469Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:11.477Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:11.478Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:56:12.369Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:12.369Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:12.369Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:56:12.370Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:56:12.371Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:56:12.371Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466172369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-15T05:56:12.472Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:56:12.472Z||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-15T05:56:12.473Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:12.482Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:12.483Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:56:13.372Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:13.373Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:13.373Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T05:56:13.373Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:56:13.375Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:56:13.375Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466173372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:56:13.475Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:56:13.476Z||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-15T05:56:13.476Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:13.485Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:13.485Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T05:56:14.376Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1c5b094-2140-4a4a-bdb4-1145e71c35e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:56:14.385Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1c5b094-2140-4a4a-bdb4-1145e71c35e8 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-15T05:56:14.386Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T05:56:14.387Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T05:56:14.387Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T05:56:14.387Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T05:56:14.387Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:56:14.387Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:56:14.387Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:56:14.387Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:56:14.387Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:56:14.387Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T05:56:14.387Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:14.391Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T05:56:44.391Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1c5b094-2140-4a4a-bdb4-1145e71c35e8 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-15T05:56:44.397Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1c5b094-2140-4a4a-bdb4-1145e71c35e8 and serviceModelVersionId: c6fa5f96-f1cc-44b1-a75a-3a993f1da366 2021-04-15T05:56:44.397Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e8a0151-c9e0-4597-a5d0-06855f8b2a05 2021-04-15T05:56:44.397Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e8a0151-c9e0-4597-a5d0-06855f8b2a05/model-vers/model-ver/c6fa5f96-f1cc-44b1-a75a-3a993f1da366?depth=0 2021-04-15T05:56:44.401Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T05:56:44.427Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e8a0151-c9e0-4597-a5d0-06855f8b2a05/model-vers/model-ver/c6fa5f96-f1cc-44b1-a75a-3a993f1da366?depth=0|INFO|500||Invoke 2021-04-15T05:56:44.428Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e8a0151-c9e0-4597-a5d0-06855f8b2a05/model-vers/model-ver/c6fa5f96-f1cc-44b1-a75a-3a993f1da366?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e8a0151-c9e0-4597-a5d0-06855f8b2a05/model-vers/model-ver/c6fa5f96-f1cc-44b1-a75a-3a993f1da366?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d1c5b094-2140-4a4a-bdb4-1145e71c35e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eeed7d67-1d6e-462c-8343-15ba0b9cf520], X-ECOMP-RequestID=[d1c5b094-2140-4a4a-bdb4-1145e71c35e8], X-TransactionId=[], X-ONAP-RequestID=[d1c5b094-2140-4a4a-bdb4-1145e71c35e8], Content-Type=[application/merge-patch+json]} 2021-04-15T05:56:44.444Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e8a0151-c9e0-4597-a5d0-06855f8b2a05/model-vers/model-ver/c6fa5f96-f1cc-44b1-a75a-3a993f1da366?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T05:56:44.968Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e8a0151-c9e0-4597-a5d0-06855f8b2a05/model-vers/model-ver/c6fa5f96-f1cc-44b1-a75a-3a993f1da366?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/8e8a0151-c9e0-4597-a5d0-06855f8b2a05/model-vers/model-ver/c6fa5f96-f1cc-44b1-a75a-3a993f1da366?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210415-05:56:44:455-54129], vertex-id=[258296], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:56:44 GMT], Content-Type=[application/json]} 2021-04-15T05:56:44.969Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e8a0151-c9e0-4597-a5d0-06855f8b2a05/model-vers/model-ver/c6fa5f96-f1cc-44b1-a75a-3a993f1da366?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T05:56:44.969Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e8a0151-c9e0-4597-a5d0-06855f8b2a05/model-vers/model-ver/c6fa5f96-f1cc-44b1-a75a-3a993f1da366?depth=0|INFO|500||InvokeReturn 2021-04-15T05:56:44.970Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T05:56:44.970Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:44.973Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:44.973Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1c5b094-2140-4a4a-bdb4-1145e71c35e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T05:56:44.973Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T05:56:44.973Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-15T05:56:44.975Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T05:56:44.975Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466204973, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:56:45.076Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T05:56:45.076Z||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-15T05:56:45.076Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:45.089Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:45.090Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-15T05:56:45.986Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:56:45.986Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:45.986Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:56:56.169Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:56:56.170Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:56:56.170Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:56:56.170Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:57:05.711Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:57:05.712Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:57:05.712Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:57:05.712Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:57:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:57:07.385Z||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-15T05:57:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:57:07.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:57:07.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466109160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:57:07.409Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466110279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:57:07.409Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466111283, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:57:07.409Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466112287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466113291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2394b45d-6cf3-4418-9181-cee96f46fa7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466144969, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:57:07.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466036724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T05:57:07.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466155207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466157566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466159467, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466162260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466165454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-15T05:57:07.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466167263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-15T05:57:07.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:57:15.252Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:57:15.253Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:57:15.253Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:57:15.253Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:57:24.789Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:57:24.790Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:57:24.791Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:57:24.791Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:57:34.325Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:57:34.326Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:57:34.326Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:57:34.326Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:57:43.895Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:57:43.895Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:57:43.896Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:57:43.896Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:57:53.438Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:57:53.439Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:57:53.439Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:57:53.439Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:58:02.973Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:58:02.974Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:58:02.974Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:58:02.974Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:58:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:58:07.385Z||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-15T05:58:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:58:07.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:58:07.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-15T05:58:07.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466168354, "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-15T05:58:07.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:58:07.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-15T05:58:07.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466169358, "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-15T05:58:07.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:58:07.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466170361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466171365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466172369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466173372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1c5b094-2140-4a4a-bdb4-1145e71c35e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618466204973, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T05:58:07.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T05:58:12.517Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:58:12.518Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:58:12.518Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:58:12.518Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:58:22.054Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:59:07.383Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:59:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T05:59:07.385Z||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-15T05:59:07.385Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T05:59:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:59:07.385Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T05:59:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T05:59:16.927Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:00:07.382Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:00:07.383Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T06:00:07.383Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:00:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:00:07.384Z||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-15T06:00:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:00:16.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:00:16.925Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:01:07.382Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:01:07.383Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T06:01:07.383Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:01:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:01:07.384Z||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-15T06:01:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:01:16.924Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:01:16.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:02:07.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:02:07.383Z||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-15T06:02:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:02:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:02:07.384Z||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-15T06:02:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:02:16.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:02:16.927Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:03:07.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:03:07.383Z||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-15T06:03:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:03:07.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:03:07.384Z||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-15T06:03:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:03:16.925Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:03:16.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:04:07.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:04:07.383Z||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-15T06:04:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:04:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:04:07.384Z||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-15T06:04:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:04:16.926Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:04:16.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:05:07.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:05:07.383Z||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-15T06:05:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:05:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:05:07.384Z||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-15T06:05:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:05:16.926Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:05:16.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:06:07.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:06:07.383Z||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-15T06:06:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:06:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:06:07.384Z||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-15T06:06:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:06:16.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:06:16.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:07:07.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:07:07.383Z||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-15T06:07:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:07:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:07:07.384Z||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-15T06:07:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:07:16.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:07:16.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:08:07.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:08:07.383Z||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-15T06:08:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:08:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:08:07.384Z||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-15T06:08:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:08:16.921Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:08:16.921Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:09:07.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:09:07.383Z||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-15T06:09:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:09:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:09:07.384Z||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-15T06:09:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:09:16.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:09:16.932Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:10:07.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:10:07.383Z||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-15T06:10:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:10:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:10:07.384Z||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-15T06:10:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:10:16.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:10:16.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:11:07.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:11:07.383Z||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-15T06:11:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:11:07.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:11:07.384Z||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-15T06:11:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:11:16.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:11:16.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:12:07.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:12:07.383Z||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-15T06:12:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:12:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:12:07.384Z||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-15T06:12:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:12:16.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:12:16.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:13:07.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:13:07.383Z||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-15T06:13:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:13:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:13:07.385Z||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-15T06:13:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:13:16.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:13:16.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:14:07.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:14:07.383Z||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-15T06:14:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:14:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:14:07.385Z||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-15T06:14:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:14:16.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:14:16.929Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:15:07.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:15:07.383Z||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-15T06:15:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:15:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:15:07.384Z||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-15T06:15:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:15:16.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:15:16.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:16:07.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:16:07.383Z||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-15T06:16:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:16:07.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:16:07.384Z||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-15T06:16:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:16:16.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:16:16.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:17:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:17:07.383Z||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-15T06:17:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:17:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:17:07.385Z||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-15T06:17:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:17:16.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:17:16.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:18:07.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:18:07.382Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-15T06:18:07.383Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:18:07.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:18:07.385Z||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-15T06:18:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:18:16.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:18:16.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:19:07.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:19:07.382Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-15T06:19:07.383Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:19:07.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:19:07.384Z||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-15T06:19:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:19:16.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:19:16.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:20:07.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:20:07.383Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-15T06:20:07.383Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:20:07.384Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:20:07.384Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T06:20:07.384Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:20:16.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:20:16.959Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:21:07.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:21:07.383Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-15T06:21:07.383Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:21:07.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:21:07.385Z||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-15T06:21:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:21:16.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:21:16.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:22:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:22:07.383Z||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-15T06:22:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:22:07.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:22:07.385Z||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-15T06:22:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:22:16.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:22:16.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:23:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:23:07.383Z||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-15T06:23:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:23:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:23:07.385Z||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-15T06:23:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:23:16.921Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:23:16.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:24:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:24:07.383Z||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-15T06:24:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:24:07.384Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:24:07.384Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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-15T06:24:07.385Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:24:16.922Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:24:16.922Z|d1c5b094-2140-4a4a-bdb4-1145e71c35e8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:25:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:25:07.383Z||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-15T06:25:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:25:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:25:07.384Z||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-15T06:25:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:25:16.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:25:16.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:26:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:26:07.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:26:07.384Z||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-15T06:26:07.384Z||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-15T06:26:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:26:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:26:16.927Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:26:16.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:27:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:27:07.383Z||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-15T06:27:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:27:07.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:27:07.384Z||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-15T06:27:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:27:16.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:27:16.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:28:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:28:07.383Z||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-15T06:28:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:28:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:28:07.384Z||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-15T06:28:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:28:16.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:28:16.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:29:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:29:07.383Z||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-15T06:29:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:29:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:29:07.384Z||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-15T06:29:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:29:16.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:29:16.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:30:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:30:07.383Z||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-15T06:30:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:30:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:30:07.384Z||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-15T06:30:07.385Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:30:16.920Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:30:16.921Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:31:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:31:07.383Z||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-15T06:31:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:31:07.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:31:07.384Z||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-15T06:31:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:31:16.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:31:16.921Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:32:07.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:32:07.383Z||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-15T06:32:07.383Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:32:07.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T06:32:07.384Z||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-15T06:32:07.384Z||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 1mBgQm0Dv7WCBBvi) ... 2021-04-15T06:32:16.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T06:32:16.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK