JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-05-21T23:27:06.314Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-s2cvq with PID 14 (/app/app.jar started by so in /app) 2021-05-21T23:27:06.322Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-21T23:27:06.323Z||main|||||INFO|500||The following profiles are active: basic 2021-05-21T23:27:13.706Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-21T23:27:13.707Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-21T23:27:13.796Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-21T23:27:15.401Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-21T23:27:15.577Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-21T23:27:15.924Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-21T23:27:15.932Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-21T23:27:16.048Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-21T23:27:16.186Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-21T23:27:16.598Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-21T23:27:17.584Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-21T23:27:19.465Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-21T23:27:19.504Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-21T23:27:19.921Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-21T23:27:20.170Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-05-21T23:27:21.373Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-21T23:27:22.315Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-21T23:27:22.343Z||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$$799d2960.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-05-21T23:27:22.344Z||main|||||WARN|500||The sdc end point is not alive 2021-05-21T23:27:24.610Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-05-21T23:27:26.940Z||main|||||WARN|500||--- 2021-05-21T23:27:26.940Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-21T23:27:26.941Z||main|||||WARN|500||--- 2021-05-21T23:27:27.257Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-21T23:27:30.509Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:27:30.511Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:27:30.511Z||main|||||INFO|500||Started Application in 26.137 seconds (JVM running for 27.273) 2021-05-21T23:27:30.524Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:27:30.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:27:30.618Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a14cd78-3f0d-4a3d-b88d-78b429417daa url= /sdc/v1/artifactTypes 2021-05-21T23:27:30.619Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:27:31.720Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:27:31.725Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41dbc934 2021-05-21T23:27:31.726Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:27:31.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:27:31.735Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:27:31.737Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:28:20.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:28:20.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:28:20.504Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:28:20.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:28:20.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52c5870b-3f44-4eef-b601-d6a1c7b8d1db url= /sdc/v1/artifactTypes 2021-05-21T23:28:20.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:28:21.543Z||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.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:28:21.544Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44f0c4c8 2021-05-21T23:28:21.544Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:28:21.544Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:28:21.544Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:28:21.544Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:29:10.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:29:10.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:29:10.504Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:29:10.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:29:10.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eeb6f962-7021-4096-8e80-e9ba565235ec url= /sdc/v1/artifactTypes 2021-05-21T23:29:10.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:29:11.529Z||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.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:29:11.530Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53686217 2021-05-21T23:29:11.530Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:29:11.530Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:29:11.531Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:29:11.531Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:30:00.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:30:00.503Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:30:00.504Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:30:00.506Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:30:00.511Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 83312e74-36cf-49bf-b88d-d1550566294a url= /sdc/v1/artifactTypes 2021-05-21T23:30:00.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:30:01.549Z||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.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:30:01.550Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1548b1fc 2021-05-21T23:30:01.550Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:30:01.550Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:30:01.551Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:30:01.551Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:30:50.508Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:30:50.510Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:30:50.510Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:30:50.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:30:50.523Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a2f52fa-7c9b-47c9-b5f7-498c177723f7 url= /sdc/v1/artifactTypes 2021-05-21T23:30:50.523Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:30:51.561Z||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.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:30:51.562Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c8af1ed 2021-05-21T23:30:51.562Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:30:51.562Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:30:51.563Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:30:51.563Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:31:40.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:31:40.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:31:40.504Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:31:40.509Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:31:40.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1eaf264e-ce36-4460-a60f-1f8335e1891f url= /sdc/v1/artifactTypes 2021-05-21T23:31:40.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:31:41.544Z||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.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:31:41.544Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69e714b6 2021-05-21T23:31:41.545Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:31:41.545Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:31:41.546Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:31:41.546Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:32:30.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:32:30.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:32:30.504Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:32:30.509Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:32:30.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8dfc114-b574-42c7-93c5-909c4888e80b url= /sdc/v1/artifactTypes 2021-05-21T23:32:30.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:32:31.561Z||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.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:32:31.562Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6666d75b 2021-05-21T23:32:31.562Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:32:31.562Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:32:31.563Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:32:31.563Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:33:20.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:33:20.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:33:20.504Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:33:20.509Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:33:20.514Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4d22e2e-50a4-4752-8b84-bbbcf58975b1 url= /sdc/v1/artifactTypes 2021-05-21T23:33:20.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:33:21.544Z||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.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:33:21.544Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d5b36c7 2021-05-21T23:33:21.545Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:33:21.545Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:33:21.545Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:33:21.545Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:34:10.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:34:10.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:34:10.504Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:34:10.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:34:10.514Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4509be91-5fa1-4ab5-a730-78c9231fd975 url= /sdc/v1/artifactTypes 2021-05-21T23:34:10.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:34:11.560Z||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.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:34:11.561Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9eaeda2 2021-05-21T23:34:11.561Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:34:11.561Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:34:11.562Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:34:11.562Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:35:00.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:35:00.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:35:00.504Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:35:00.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:35:00.514Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2ced0f12-59ce-4f23-82be-6d0e5563b39e url= /sdc/v1/artifactTypes 2021-05-21T23:35:00.514Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:35:01.544Z||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.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:35:01.544Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71d12cd0 2021-05-21T23:35:01.544Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:35:01.544Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:35:01.545Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:35:01.545Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:35:50.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:35:50.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:35:50.504Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:35:50.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:35:50.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b5f6153-8134-43b5-9d0e-b002aa1aff8b url= /sdc/v1/artifactTypes 2021-05-21T23:35:50.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:35:51.528Z||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.50.175] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T23:35:51.528Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45fe3aae 2021-05-21T23:35:51.529Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T23:35:51.529Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T23:35:51.529Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T23:35:51.529Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T23:36:40.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T23:36:40.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T23:36:40.504Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T23:36:40.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T23:36:40.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 907a2a2f-1069-43eb-9187-e928292c0914 url= /sdc/v1/artifactTypes 2021-05-21T23:36:40.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T23:36:40.954Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T23:36:40.962Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-05-21T23:36:40.992Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T23:36:41.000Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-21T23:36:41.040Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:36:41.061Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= be8eafc1-67f7-4be5-b713-97ea4dae8072 url= /sdc/v1/registerForDistribution 2021-05-21T23:36:41.198Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= be8eafc1-67f7-4be5-b713-97ea4dae8072 url= /sdc/v1/registerForDistribution 2021-05-21T23:36:41.198Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-21T23:36:41.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:36:41.209Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:36:41.211Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-21T23:36:41.214Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:36:41.214Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:36:41.214Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:36:41.215Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:36:51.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:36:51.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:37:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:37:41.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:37:41.206Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:37:41.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:37:41.208Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:37:41.209Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:37:41.384Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-21T23:37:50.767Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:37:50.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:38:41.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:38:41.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:38:41.206Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:38:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:38:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:38:41.209Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:38:50.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:38:50.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:39:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:39:41.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:39:41.206Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:39:41.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:39:41.208Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:39:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:39:50.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:39:50.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:40:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:40:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:40:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:40:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:40:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:40:41.209Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:40:50.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:40:50.767Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:41:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:41:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:41:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:41:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:41:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:41:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:41:50.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:41:50.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:42:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:42:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:42:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:42:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:42:41.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:42:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:42:50.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:42:50.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:43:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:43:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:43:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:43:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:43:41.209Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:43:41.209Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:43:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:43:50.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:44:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:44:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:44:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:44:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:44:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:44:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:44:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:44:50.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:45:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:45:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:45:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:45:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:45:41.209Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:45:41.209Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:45:50.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:45:50.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:46:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:46:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:46:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:46:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:46:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:46:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:46:50.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:46:50.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:47:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:47:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:47:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:47:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:47:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:47:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:47:50.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:47:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:48:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:48:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:48:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:48:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:48:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:48:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:48:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:48:50.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:49:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:49:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:49:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:49:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:49:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:49:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:49:50.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:49:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:50:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:50:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:50:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:50:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:50:41.208Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:50:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:50:50.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:50:50.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:51:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:51:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:51:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:51:41.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:51:41.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:51:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:51:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:51:50.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:52:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:52:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:52:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:52:41.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:52:41.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:52:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:52:50.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:52:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:53:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:53:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:53:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:53:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:53:41.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:53:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:53:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:53:50.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:54:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:54:41.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:54:41.209Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:54:41.209Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:54:41.209Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:54:41.209Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:54:50.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:54:50.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:55:41.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:55:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:55:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:55:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:55:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:55:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:55:50.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:55:50.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:56:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:56:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:56:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:56:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:56:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:56:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:56:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:56:50.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:57:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:57:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:57:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:57:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:57:41.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:57:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:57:50.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:57:50.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:58:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:58:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:58:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:58:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:58:41.207Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:58:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:58:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:58:50.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:59:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:59:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:59:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:59:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T23:59:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T23:59:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-21T23:59:50.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T23:59:50.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:00:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:00:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:00:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:00:41.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:00:41.209Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:00:41.209Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:00:50.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:00:50.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:01:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:01:41.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:01:41.208Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:01:41.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:01:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:01:41.208Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:01:50.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:01:50.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:02:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:02:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:02:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:02:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:02:41.207Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:02:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:02:50.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:02:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:03:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:03:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:03:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:03:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:03:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:03:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:03:50.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:03:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:04:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:04:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:04:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:04:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:04:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:04:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:04:50.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:04:50.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:05:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:05:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:05:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:05:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:05:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:05:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:05:50.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:05:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:06:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:06:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:06:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:06:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:06:41.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:06:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:06:50.756Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:06:50.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:07:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:07:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:07:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:07:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:07:41.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:07:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:07:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:07:50.753Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:08:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:08:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:08:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:08:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:08:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:08:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:08:50.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:08:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:09:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:09:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:09:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:09:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:09:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:09:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:09:50.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:09:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:10:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:10:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:10:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:10:41.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:10:41.207Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:10:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:10:50.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:10:50.752Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:11:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:11:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:11:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:11:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:11:41.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:11:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:11:50.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:11:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:12:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:12:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:12:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:12:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:12:41.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:12:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:12:50.753Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:12:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:13:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:13:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:13:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:13:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:13:41.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:13:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:13:50.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:13:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:14:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:14:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:14:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:14:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:14:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:14:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:14:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:14:50.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:15:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:15:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:15:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:15:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:15:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:15:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:15:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:15:50.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:16:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:16:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:16:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:16:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:16:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:16:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:16:50.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:16:50.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:17:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:17:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:17:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:17:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:17:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:17:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:17:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:17:50.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:18:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:18:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:18:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:18:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:18:41.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:18:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:18:50.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:18:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:19:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:19:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:19:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:19:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:19:41.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:19:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:19:50.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:19:50.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:20:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:20:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:20:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:20:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:20:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:20:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:20:50.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:20:50.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:21:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:21:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:21:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:21:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:21:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:21:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:21:50.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:21:50.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:22:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:22:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:22:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:22:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:22:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:22:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:22:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:22:50.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:23:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:23:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:23:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:23:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:23:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:23:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:23:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:23:50.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:24:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:24:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:24:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:24:41.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:24:41.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:24:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:24:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:24:50.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:25:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:25:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:25:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:25:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:25:41.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:25:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:25:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:25:50.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:26:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:26:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:26:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:26:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:26:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:26:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:26:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:26:50.754Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:27:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:27:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:27:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:27:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:27:41.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:27:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:27:50.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:27:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:28:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:28:41.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:28:41.206Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:28:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:28:41.209Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:28:41.209Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:28:50.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:28:50.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:29:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:29:41.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:29:41.206Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:29:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:29:41.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:29:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:29:50.748Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:29:50.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:30:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:30:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:30:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:30:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:30:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:30:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:30:50.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:30:50.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:31:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:31:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:31:41.206Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:31:41.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:31:41.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:31:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:31:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:31:50.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:32:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:32:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:32:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:32:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:32:41.208Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:32:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:32:50.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:32:50.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:33:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:33:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:33:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:33:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:33:41.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:33:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:33:50.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:33:50.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:34:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:34:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:34:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:34:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:34:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:34:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:34:50.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:34:50.755Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:35:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:35:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:35:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:35:41.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:35:41.207Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:35:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:35:50.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:35:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:36:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:36:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:36:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:36:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:36:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:36:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:36:50.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:36:50.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:37:41.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:37:41.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:37:41.206Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:37:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:37:41.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:37:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:37:50.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:37:50.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:38:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:38:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:38:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:38:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:38:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:38:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:38:50.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:38:50.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:39:41.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:39:41.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:39:41.206Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:39:41.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:39:41.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:39:41.210Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:39:50.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:39:50.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:40:41.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:40:41.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:40:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:40:41.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:40:41.207Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:40:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:40:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:40:50.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:41:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:41:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:41:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:41:41.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:41:41.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:41:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:41:50.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:41:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:42:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:42:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:42:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:42:41.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:42:41.207Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:42:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:42:50.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:42:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:43:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:43:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:43:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:43:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:41.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:41.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:41.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"799b72c2-cd7f-49e6-a45e-c89ef6d594d7","serviceName":"vFW 2021-05-22 00-40-23","serviceVersion":"1.0","serviceUUID":"33e0555f-3294-4ba5-ad2e-f5422c2aa31c","serviceDescription":"catalog service description","serviceInvariantUUID":"63b66bb7-95ca-47b9-be1d-0a820073e7ab","resources":[{"resourceInstanceName":"vFW 55d908ca-be29 0","resourceName":"vFW 55d908ca-be29","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e4ca632-fdf9-4954-a9b7-583ac1b2355d","resourceInvariantUUID":"67749e33-5bb1-491e-b84d-033fe36b7c53","resourceCustomizationUUID":"ab2044ad-e160-4073-b1e7-b59ecb49ed50","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml","artifactChecksum":"YWMyMmNmZjdlNmNiOGQxNzQ2NmQzOGVmYTYxMDFlMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93dcad07-a397-4f68-9883-810acd1772e9","artifactVersion":"1"},{"artifactName":"vfw55d908cabe290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json","artifactChecksum":"NDU2YTc3ZTZiNDU5NTEwMDAxMjQ2ODNiNWMyYTA1ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0702d81-aea5-4fe9-a81f-183919dc9395","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e178a1d-a9bd-4462-b35c-79ec98cc2c31","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml","artifactChecksum":"NjAxNTg5NjE3Yjc5YmM2ZDY3Y2I1ZDUwZjNmZjcxYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2bf73c2-eeb7-4221-83d5-0c1169da824d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a54d193a-d1b2-4320-b6e1-95217da39a4d","artifactVersion":"2","generatedFromUUID":"8e178a1d-a9bd-4462-b35c-79ec98cc2c31"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210522004023-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml","artifactChecksum":"ZmQxM2VmYmM4MTFjYTI3ZTQ3MmYxMjE0NDJkZTgzMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dc8954b-3226-4853-a63f-f278e524158b","artifactVersion":"1"},{"artifactName":"service-Vfw20210522004023-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar","artifactChecksum":"Mjk5NGU2MGQ0YWFhYWFkOWEzMzkwNzdmYmE0MWM3ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3dab2e4-7e0f-4735-8058-319ef05de7c0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-22T00:43:41.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "ves-openapi-manager", "timestamp": 1621644171645, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.843Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:43:41.847Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:41.855Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:41.855Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "dcae-sch", "timestamp": 1621644178214, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "cds", "timestamp": 1621644176106, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644176678, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "ves-openapi-manager", "timestamp": 1621644171645, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "dcae-sch", "timestamp": 1621644178214, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "cds", "timestamp": 1621644176106, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644176678, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOTIFIED" } 2021-05-22T00:43:41.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "ves-openapi-manager", "timestamp": 1621644171645, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "dcae-sch", "timestamp": 1621644178214, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "cds", "timestamp": 1621644176106, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644176678, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644181047, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "policy-id", "timestamp": 1621644181163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644181445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "ves-openapi-manager", "timestamp": 1621644171645, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "dcae-sch", "timestamp": 1621644178214, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "cds", "timestamp": 1621644176106, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644176678, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644181047, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "policy-id", "timestamp": 1621644181163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644181445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOTIFIED" } 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "ves-openapi-manager", "timestamp": 1621644171645, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "dcae-sch", "timestamp": 1621644178214, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "cds", "timestamp": 1621644176106, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644176678, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-22T00:43:41.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644181047, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "policy-id", "timestamp": 1621644181163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-22T00:43:41.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644181445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "ves-openapi-manager", "timestamp": 1621644171645, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "dcae-sch", "timestamp": 1621644178214, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "cds", "timestamp": 1621644176106, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644176678, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644181047, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "policy-id", "timestamp": 1621644181163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644181445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "ves-openapi-manager", "timestamp": 1621644171645, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "dcae-sch", "timestamp": 1621644178214, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "cds", "timestamp": 1621644176106, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644176678, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644181047, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "policy-id", "timestamp": 1621644181163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644181445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644185673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644181047, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "policy-id", "timestamp": 1621644181163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644181445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644185673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOTIFIED" } 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "aai-ml", "timestamp": 1621644186723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "clamp", "timestamp": 1621644186776, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "cds", "timestamp": 1621644187665, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644187709, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644181047, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "policy-id", "timestamp": 1621644181163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644181445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644185673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "aai-ml", "timestamp": 1621644186723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "clamp", "timestamp": 1621644186776, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOTIFIED" } 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "cds", "timestamp": 1621644188684, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:43:41.956Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-05-22T00:43:41.971Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:41.971Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:41.983Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:41.983Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:43:42.048Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 2021-05-22T00:43:42.064Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644185673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:42.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "aai-ml", "timestamp": 1621644186723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:42.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "clamp", "timestamp": 1621644186776, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:42.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644189536, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "policy-id", "timestamp": 1621644189548, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644189757, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644189833, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644185673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "aai-ml", "timestamp": 1621644186723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "clamp", "timestamp": 1621644186776, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "policy-id", "timestamp": 1621644190554, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644191079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644185673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "aai-ml", "timestamp": 1621644186723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "clamp", "timestamp": 1621644186776, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:42.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644191533, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "policy-id", "timestamp": 1621644191557, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:43:42.106Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 2021-05-22T00:43:42.106Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:43:42.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644185673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:43:42.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "aai-ml", "timestamp": 1621644186723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:42.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "clamp", "timestamp": 1621644186776, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:42.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644193351, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:43:42.121Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 2021-05-22T00:43:42.121Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T00:43:42.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "aai-ml", "timestamp": 1621644186723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:43:42.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644193422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "clamp", "timestamp": 1621644186776, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644194141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-k8s-id", "timestamp": 1621644194356, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644194426, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:43:42.138Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 2021-05-22T00:43:42.138Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T00:43:42.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644194828, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:43:42.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "aai-ml", "timestamp": 1621644194916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.145Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644195429, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:43:42.145Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644195734, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.145Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644195832, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:43:42.149Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 2021-05-22T00:43:42.150Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:43:42.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644196901, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644197909, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:43:42.163Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 2021-05-22T00:43:42.163Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "multicloud-windriver-id", "timestamp": 1621644198915, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:43:42.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "clamp", "timestamp": 1621644203048, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:42.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "clamp", "timestamp": 1621644205054, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:43:42.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "clamp", "timestamp": 1621644206058, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:43:42.176Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 2021-05-22T00:43:42.176Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:43:42.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "aai-ml", "timestamp": 1621644212350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:43:42.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:43:42.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:43:42.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "aai-ml", "timestamp": 1621644213355, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:43:42.193Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 2021-05-22T00:43:42.193Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:43:42.861Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:43:42.861Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:42.863Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:42.863Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOTIFIED" } 2021-05-22T00:43:42.964Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T00:43:42.965Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:42.965Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:42.976Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:42.977Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:43:43.864Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:43:43.865Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:43.867Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:43.867Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-22T00:43:43.967Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:43:43.968Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:43.969Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:43.981Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:43.982Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:43:44.867Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:43:44.868Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:44.870Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:44.870Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:44.970Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:43:44.971Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:44.972Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:44.984Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:44.985Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:43:45.871Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:43:45.872Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:45.874Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:45.874Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-22T00:43:45.974Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-22T00:43:45.975Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:45.976Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:45.987Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:45.987Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:43:46.875Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:43:46.876Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:46.878Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:46.878Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:43:46.979Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:43:46.979Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:46.979Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:46.990Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:46.991Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:43:47.879Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:43:47.880Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:47.882Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:47.883Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:43:47.983Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:43:47.984Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:47.984Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:47.995Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:47.995Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:43:48.885Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "serviceName": "vFW 2021-05-22 00-40-23", "serviceVersion": "1.0", "serviceUUID": "33e0555f-3294-4ba5-ad2e-f5422c2aa31c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "63b66bb7-95ca-47b9-be1d-0a820073e7ab", "resources": [ { "resourceInstanceName": "vFW 55d908ca-be29 0", "resourceCustomizationUUID": "ab2044ad-e160-4073-b1e7-b59ecb49ed50", "resourceName": "vFW 55d908ca-be29", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7e4ca632-fdf9-4954-a9b7-583ac1b2355d", "resourceInvariantUUID": "67749e33-5bb1-491e-b84d-033fe36b7c53", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw55d908cabe290_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "artifactChecksum": "NDU2YTc3ZTZiNDU5NTEwMDAxMjQ2ODNiNWMyYTA1ZDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e0702d81-aea5-4fe9-a81f-183919dc9395", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8e178a1d-a9bd-4462-b35c-79ec98cc2c31", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a54d193a-d1b2-4320-b6e1-95217da39a4d", "generatedFromUUID": "8e178a1d-a9bd-4462-b35c-79ec98cc2c31" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a54d193a-d1b2-4320-b6e1-95217da39a4d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210522004023-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "artifactChecksum": "Mjk5NGU2MGQ0YWFhYWFkOWEzMzkwNzdmYmE0MWM3ZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3dab2e4-7e0f-4735-8058-319ef05de7c0" } ], "workloadContext": "Production" } 2021-05-22T00:43:48.886Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-22T00:43:48.886Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 33e0555f-3294-4ba5-ad2e-f5422c2aa31c ASDC 2021-05-22T00:43:48.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:799b72c2-cd7f-49e6-a45e-c89ef6d594d7 ServiceName:vFW 2021-05-22 00-40-23 ServiceVersion:1.0 ServiceUUID:33e0555f-3294-4ba5-ad2e-f5422c2aa31c ServiceInvariantUUID:63b66bb7-95ca-47b9-be1d-0a820073e7ab ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210522004023-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar ArtifactUUID:c3dab2e4-7e0f-4735-8058-319ef05de7c0 ArtifactChecksum:Mjk5NGU2MGQ0YWFhYWFkOWEzMzkwNzdmYmE0MWM3ZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 55d908ca-be29 0 ResourceCustomizationUUID:ab2044ad-e160-4073-b1e7-b59ecb49ed50 ResourceInvariantUUID:67749e33-5bb1-491e-b84d-033fe36b7c53 ResourceName:vFW 55d908ca-be29 ResourceType:VF ResourceUUID:7e4ca632-fdf9-4954-a9b7-583ac1b2355d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw55d908cabe290_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json ArtifactUUID:e0702d81-aea5-4fe9-a81f-183919dc9395 ArtifactChecksum:NDU2YTc3ZTZiNDU5NTEwMDAxMjQ2ODNiNWMyYTA1ZDE= 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/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml ArtifactUUID:8e178a1d-a9bd-4462-b35c-79ec98cc2c31 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/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env ArtifactUUID:a54d193a-d1b2-4320-b6e1-95217da39a4d 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/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env ArtifactUUID:a54d193a-d1b2-4320-b6e1-95217da39a4d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-22T00:43:48.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33e0555f-3294-4ba5-ad2e-f5422c2aa31c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T00:43:49.027Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T00:43:49.028Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-22T00:43:49.028Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-22T00:43:49.029Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c3dab2e4-7e0f-4735-8058-319ef05de7c0 from URL: /sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:49.029Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-22T00:43:49.030Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:49.646Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-22T00:43:49.664Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar c3dab2e4-7e0f-4735-8058-319ef05de7c0 110047 2021-05-22T00:43:49.665Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar ASDC sendASDCNotification 2021-05-22T00:43:49.665Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:49.666Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:43:49.666Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:49.668Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:49.668Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644229664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:49.768Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:43:49.770Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:49.770Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:49.782Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:49.782Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:43:50.668Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T00:43:50.670Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-22T00:43:50.670Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c3dab2e4-7e0f-4735-8058-319ef05de7c0, URL: /sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar to file: /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:50.671Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210522004023-csar.csar 2021-05-22T00:43:50.809Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:50.809Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:51.426Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6339532239272161464/Definitions/service-Vfw20210522004023-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-05-22T00:43:53.951Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-22T00:43:53.954Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-22T00:43:53.954Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.954Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 55d908ca-be29 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 55d908ca-be29 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-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar 2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-22T00:43:53.960Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.968Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:53.971Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:53.971Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-22T00:43:53.972Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T00:43:53.973Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.973Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:53.973Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:53.973Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-22T00:43:53.973Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T00:43:53.974Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.974Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:53.976Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.976Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=423a9db3-ab50-4ffe-9315-70703e32a94d 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a9af3ef9-499e-46ee-8a23-732d7e08a4ec 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria 2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3d6551d2-6b4c-4fa5-8711-8b7df7b7f49a 2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-22 00-40-23 Description:catalog service description Model UUID:33e0555f-3294-4ba5-ad2e-f5422c2aa31c Model Version:NULL Model InvariantUuid:63b66bb7-95ca-47b9-be1d-0a820073e7ab Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 55d908ca-be29 Model UUID:e3b67e1a-464e-474c-a920-b828e4c2357a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:67749e33-5bb1-491e-b84d-033fe36b7c53 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ab2044ad-e160-4073-b1e7-b59ecb49ed50 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e1e9fc07-06c9-4366-9e0c-1b68e4bc59cc ModelName:Vfw55d908caBe29..base_vfw..module-0 ModelUuid:0d941899-89a2-4bf8-9f77-0dc3f495ebbd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:423a9db3-ab50-4ffe-9315-70703e32a94d ModelInvariantUuid:1eae4255-c17e-4e67-b00a-1883c26dc874 ModelName:vFW 55d908ca-be29-nodes.vfwCvfc ModelUuid:4f828280-9baa-4c81-afc3-fcb2a40444e9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:68a53595-99f1-4e13-822d-720f49e0adca ModelInvariantUuid:49988b32-c04a-4edb-8396-d80545e021b3 ModelName:Vfw55d908caBe29.compute.nodes.heat.vfw ModelUuid:b213139e-62f1-420b-9f8d-9687fbb73780 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a9af3ef9-499e-46ee-8a23-732d7e08a4ec ModelInvariantUuid:e8f0be54-491d-4b82-a3e0-3744b933a3db ModelName:vFW 55d908ca-be29-nodes.vsnCvfc ModelUuid:06b38f8f-93ac-4f57-8182-d0f08444a5a1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:e594581c-e678-4617-8acb-d6da84d59832 ModelInvariantUuid:c92f27c3-ca71-4d51-aa47-f62a621c8fcf ModelName:Vfw55d908caBe29.compute.nodes.heat.vsn ModelUuid:7873c5ab-5aee-410e-b74e-209266fad4a9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3d6551d2-6b4c-4fa5-8711-8b7df7b7f49a ModelInvariantUuid:002cfd78-9f0d-4d00-a855-1f471d3a2b8a ModelName:vFW 55d908ca-be29-nodes.vpgCvfc ModelUuid:f36977c2-bac1-406a-ac49-4ad30a663602 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:62370d30-6412-44df-950b-310902d2b00e ModelInvariantUuid:8cc162fb-a066-4e16-8690-4f25296160bd ModelName:Vfw55d908caBe29.compute.nodes.heat.vpg ModelUuid:5ce79939-76b9-4231-9ee4-eb6b19d1dda8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-22T00:43:53.994Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e4ca632-fdf9-4954-a9b7-583ac1b2355d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:43:54.103Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||vFW 55d908ca-be29 0 2021-05-22T00:43:54.109Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e4ca632-fdf9-4954-a9b7-583ac1b2355d 2021-05-22T00:43:54.109Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e0702d81-aea5-4fe9-a81f-183919dc9395 from URL: /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json 2021-05-22T00:43:54.109Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-22T00:43:54.109Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json 2021-05-22T00:43:54.734Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-22T00:43:54.735Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json e0702d81-aea5-4fe9-a81f-183919dc9395 785 2021-05-22T00:43:54.735Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json ASDC sendASDCNotification 2021-05-22T00:43:54.735Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json 2021-05-22T00:43:54.735Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:43:54.736Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:54.738Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:54.738Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644234735, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:54.838Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:43:54.839Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:54.840Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:54.851Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:54.852Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:43:55.740Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw55d908caBe29..base_vfw..module-0", "vfModuleModelInvariantUUID": "e1e9fc07-06c9-4366-9e0c-1b68e4bc59cc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d941899-89a2-4bf8-9f77-0dc3f495ebbd", "vfModuleModelCustomizationUUID": "3fe6396c-4166-4e9d-a49f-6ff059c850d2", "isBase": true, "artifacts": [ "8e178a1d-a9bd-4462-b35c-79ec98cc2c31", "a54d193a-d1b2-4320-b6e1-95217da39a4d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T00:43:55.761Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw55d908caBe29..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d941899-89a2-4bf8-9f77-0dc3f495ebbd VfModuleModelInvariantUUID:e1e9fc07-06c9-4366-9e0c-1b68e4bc59cc VfModuleModelDescription:NULL Artifacts UUID List:{ 8e178a1d-a9bd-4462-b35c-79ec98cc2c31 , a54d193a-d1b2-4320-b6e1-95217da39a4d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T00:43:55.764Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw55d908caBe29..base_vfw..module-0", "vfModuleModelInvariantUUID": "e1e9fc07-06c9-4366-9e0c-1b68e4bc59cc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d941899-89a2-4bf8-9f77-0dc3f495ebbd", "vfModuleModelCustomizationUUID": "3fe6396c-4166-4e9d-a49f-6ff059c850d2", "isBase": true, "artifacts": [ "8e178a1d-a9bd-4462-b35c-79ec98cc2c31", "a54d193a-d1b2-4320-b6e1-95217da39a4d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T00:43:55.764Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw55d908caBe29..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d941899-89a2-4bf8-9f77-0dc3f495ebbd VfModuleModelInvariantUUID:e1e9fc07-06c9-4366-9e0c-1b68e4bc59cc VfModuleModelDescription:NULL Artifacts UUID List:{ 8e178a1d-a9bd-4462-b35c-79ec98cc2c31 , a54d193a-d1b2-4320-b6e1-95217da39a4d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T00:43:55.764Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8e178a1d-a9bd-4462-b35c-79ec98cc2c31 from URL: /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml 2021-05-22T00:43:55.764Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-22T00:43:55.764Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml 2021-05-22T00:43:56.231Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-22T00:43:56.232Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml 8e178a1d-a9bd-4462-b35c-79ec98cc2c31 20368 2021-05-22T00:43:56.233Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-22T00:43:56.233Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml 2021-05-22T00:43:56.233Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:43:56.233Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:56.235Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:56.236Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644236233, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:56.336Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:43:56.336Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:56.337Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:56.347Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:56.348Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:43:57.236Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a54d193a-d1b2-4320-b6e1-95217da39a4d from URL: /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env 2021-05-22T00:43:57.237Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-22T00:43:57.237Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env 2021-05-22T00:43:57.413Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-22T00:43:57.413Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env a54d193a-d1b2-4320-b6e1-95217da39a4d 2098 2021-05-22T00:43:57.413Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-22T00:43:57.414Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env 2021-05-22T00:43:57.414Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:43:57.414Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:57.415Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:57.415Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644237413, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:43:57.516Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T00:43:57.517Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:57.517Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:57.529Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:57.530Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:43:58.416Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 33e0555f-3294-4ba5-ad2e-f5422c2aa31c 2021-05-22T00:43:58.417Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 55d908ca-be29 0 7e4ca632-fdf9-4954-a9b7-583ac1b2355d ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:43:58.462Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.462Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:58.463Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-05-22T00:43:58.463Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ab2044ad-e160-4073-b1e7-b59ecb49ed50 2021-05-22T00:43:58.463Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab2044ad-e160-4073-b1e7-b59ecb49ed50 matches Tosca VF Customization UUID: ab2044ad-e160-4073-b1e7-b59ecb49ed50 2021-05-22T00:43:58.463Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ab2044ad-e160-4073-b1e7-b59ecb49ed50 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-22T00:43:58.471Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.472Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:58.473Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ab2044ad-e160-4073-b1e7-b59ecb49ed50: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-05-22T00:43:58.474Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24354076 2021-05-22T00:43:58.474Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.474Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T00:43:58.475Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3fe6396c-4166-4e9d-a49f-6ff059c850d2 2021-05-22T00:43:58.476Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3fe6396c-4166-4e9d-a49f-6ff059c850d2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-22T00:43:58.482Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.483Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:58.483Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:43:58.484Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.484Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:58.484Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:43:58.484Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.485Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria 2021-05-22T00:43:58.485Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-22T00:43:58.485Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-22T00:43:58.485Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-22T00:43:58.485Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-22T00:43:58.486Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-22T00:43:58.486Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-22T00:43:58.486Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:58.486Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-22T00:43:58.486Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:58.487Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-22T00:43:58.487Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-22T00:43:58.487Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=423a9db3-ab50-4ffe-9315-70703e32a94d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-22T00:43:58.498Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.498Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:58.498Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:43:58.499Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.499Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria 2021-05-22T00:43:58.499Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-22T00:43:58.499Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-22T00:43:58.499Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-22T00:43:58.501Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:58.501Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-22T00:43:58.501Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-22T00:43:58.501Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a9af3ef9-499e-46ee-8a23-732d7e08a4ec Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-22T00:43:58.504Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.504Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:58.505Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:43:58.508Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.508Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria 2021-05-22T00:43:58.508Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-22T00:43:58.509Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-22T00:43:58.509Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-22T00:43:58.509Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:58.509Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-22T00:43:58.509Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-22T00:43:58.511Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3d6551d2-6b4c-4fa5-8711-8b7df7b7f49a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-22T00:43:58.514Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.514Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:58.514Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:43:58.515Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.515Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria 2021-05-22T00:43:58.515Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=ab2044ad-e160-4073-b1e7-b59ecb49ed50 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:43:58.518Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.518Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:58.518Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 33e0555f-3294-4ba5-ad2e-f5422c2aa31c: vFW 55d908ca-be29 2021-05-22T00:43:58.518Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:43:58.520Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:43:58.520Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-05-22 00-40-23 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:43:58.813Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 55d908ca-be29 7e4ca632-fdf9-4954-a9b7-583ac1b2355d 1 ASDC deployResourceStructure 2021-05-22T00:43:58.814Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json ASDC sendASDCNotification 2021-05-22T00:43:58.814Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json 2021-05-22T00:43:58.814Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:43:58.814Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:58.816Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:58.816Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644238814, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:43:58.916Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:43:58.917Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:58.917Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:58.928Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:58.929Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:43:59.817Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-22T00:43:59.817Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml 2021-05-22T00:43:59.818Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:43:59.818Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:43:59.820Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:43:59.820Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644239817, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-22T00:43:59.920Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:43:59.921Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:43:59.921Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:43:59.933Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:43:59.934Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:44:00.821Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-22T00:44:00.821Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env 2021-05-22T00:44:00.822Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:44:00.822Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:00.823Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:00.823Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644240821, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-22T00:44:00.924Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:44:00.925Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:00.925Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:00.939Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:00.940Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:44:01.824Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar ASDC sendASDCNotification 2021-05-22T00:44:01.825Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar 2021-05-22T00:44:01.825Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:44:01.826Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:01.827Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:01.828Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644241824, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:44:01.928Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:44:01.929Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:01.929Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:01.939Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:01.939Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:44:02.828Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:44:02.844Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:44:02.849Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:44:02.849Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:44:02.849Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:44:02.853Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-22T00:44:32.853Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-22T00:44:32.861Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and serviceModelVersionId: 33e0555f-3294-4ba5-ad2e-f5422c2aa31c 2021-05-22T00:44:32.862Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63b66bb7-95ca-47b9-be1d-0a820073e7ab 2021-05-22T00:44:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:44:41.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:44:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:41.331Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:41.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:44:41.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:44:41.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:44:44.811Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0 2021-05-22T00:44:44.919Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-05-22T00:44:45.633Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-22T00:44:45.638Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0|INFO|500||Invoke 2021-05-22T00:44:45.801Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-22T00:44:46.251Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0|INFO|500||InvokeReturn 2021-05-22T00:44:46.252Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210522-00:44:45:806-23068], vertex-id=[209008], Content-Length=[0], Date=[Sat, 22 May 2021 00:44:45 GMT], Content-Type=[application/json]} 2021-05-22T00:44:46.252Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-05-22T00:44:46.255Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-22T00:44:46.255Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:44:46.259Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-22T00:44:46.260Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-22T00:44:46.262Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-22T00:44:46.262Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:46.264Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:46.265Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644286260, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T00:44:46.365Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:44:46.366Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:46.366Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:46.378Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:46.378Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T00:44:47.277Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:44:47.278Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:44:47.278Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:47.901Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:47.902Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T00:44:47.902Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"84e3c49d-d40d-42b1-bc74-8ff02cff17bd","serviceName":"basic_onboard_QrcrZp","serviceVersion":"1.0","serviceUUID":"5f0a1653-96fd-4ec8-bb24-949719ce1807","serviceDescription":"service","serviceInvariantUUID":"2d7bf3e2-0364-495e-807e-f9a22e2b4613","resources":[{"resourceInstanceName":"basic_onboard_QrcrZp 0","resourceName":"basic_onboard_QrcrZp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b901c860-b625-4166-b0a3-79820206aed4","resourceInvariantUUID":"3b7474fc-be44-4bd7-bf07-5d1d873f7ba8","resourceCustomizationUUID":"3642a343-ef3e-4154-8e81-0f13b57f306a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml","artifactChecksum":"MmYwMzg2MDhjZDIyNTUyYjJhNzY2ZTc1Yjg1OWU3Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"393bdab0-96fb-412e-b26f-e1b3138e4c32","artifactVersion":"1"},{"artifactName":"basic_onboard_qrcrzp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json","artifactChecksum":"OGQ5OTRjZjU1ZWYxNGE0NGVlNzNlMWNkMTY1NDg5ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45ebd39c-d74e-4dfc-988b-92f2ddcc2fe5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d05c36d-888e-45af-a74a-b82eb1302342","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"29e43e24-c421-46e4-9c10-6433b9737519","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"038da379-ee96-4e79-a38b-e4e58760196c","artifactVersion":"2","generatedFromUUID":"3d05c36d-888e-45af-a74a-b82eb1302342"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQrcrzp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml","artifactChecksum":"MGNiMmY2NDgyZmIyMzJiMWQzMzYzMmQ1YzBkZDU5N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6638b8b7-8637-49c0-b6aa-a7ac82997c77","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQrcrzp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar","artifactChecksum":"OTA0MDUyMWE1NTk4ZmU2MjJmNTliMGZhN2I4MjU5ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b876210a-9c55-457b-96f7-826f1747de70","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-22T00:44:47.907Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:44:47.908Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:47.910Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:47.910Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:44:48.010Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:44:48.012Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:48.012Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:48.023Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:48.024Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:44:48.910Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:44:48.911Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:48.913Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:48.913Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:44:49.013Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:44:49.014Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:49.014Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:49.024Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:49.025Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:44:49.914Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:44:49.915Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:49.917Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:49.917Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T00:44:50.017Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:44:50.018Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:50.018Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:50.030Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:50.030Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:44:50.917Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:44:50.918Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:50.921Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:50.921Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:44:51.022Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T00:44:51.023Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:51.023Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:51.035Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:51.035Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:44:51.922Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:44:51.923Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:51.925Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:51.925Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-22T00:44:52.025Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:44:52.026Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:52.026Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:52.039Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:52.040Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:44:52.926Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:44:52.927Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:52.929Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:52.930Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:44:53.030Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:44:53.031Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:53.031Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:53.043Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:53.043Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:44:53.930Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:44:53.932Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:53.934Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:53.934Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:44:54.034Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:44:54.035Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:54.036Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:54.048Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:54.049Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:44:54.935Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "serviceName": "basic_onboard_QrcrZp", "serviceVersion": "1.0", "serviceUUID": "5f0a1653-96fd-4ec8-bb24-949719ce1807", "serviceDescription": "service", "serviceInvariantUUID": "2d7bf3e2-0364-495e-807e-f9a22e2b4613", "resources": [ { "resourceInstanceName": "basic_onboard_QrcrZp 0", "resourceCustomizationUUID": "3642a343-ef3e-4154-8e81-0f13b57f306a", "resourceName": "basic_onboard_QrcrZp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b901c860-b625-4166-b0a3-79820206aed4", "resourceInvariantUUID": "3b7474fc-be44-4bd7-bf07-5d1d873f7ba8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_qrcrzp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "artifactChecksum": "OGQ5OTRjZjU1ZWYxNGE0NGVlNzNlMWNkMTY1NDg5ZjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45ebd39c-d74e-4dfc-988b-92f2ddcc2fe5", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3d05c36d-888e-45af-a74a-b82eb1302342", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "038da379-ee96-4e79-a38b-e4e58760196c", "generatedFromUUID": "3d05c36d-888e-45af-a74a-b82eb1302342" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "038da379-ee96-4e79-a38b-e4e58760196c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardQrcrzp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "artifactChecksum": "OTA0MDUyMWE1NTk4ZmU2MjJmNTliMGZhN2I4MjU5ODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b876210a-9c55-457b-96f7-826f1747de70" } ], "workloadContext": "Production" } 2021-05-22T00:44:54.936Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-22T00:44:54.936Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5f0a1653-96fd-4ec8-bb24-949719ce1807 ASDC 2021-05-22T00:44:54.936Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:84e3c49d-d40d-42b1-bc74-8ff02cff17bd ServiceName:basic_onboard_QrcrZp ServiceVersion:1.0 ServiceUUID:5f0a1653-96fd-4ec8-bb24-949719ce1807 ServiceInvariantUUID:2d7bf3e2-0364-495e-807e-f9a22e2b4613 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardQrcrzp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar ArtifactUUID:b876210a-9c55-457b-96f7-826f1747de70 ArtifactChecksum:OTA0MDUyMWE1NTk4ZmU2MjJmNTliMGZhN2I4MjU5ODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_QrcrZp 0 ResourceCustomizationUUID:3642a343-ef3e-4154-8e81-0f13b57f306a ResourceInvariantUUID:3b7474fc-be44-4bd7-bf07-5d1d873f7ba8 ResourceName:basic_onboard_QrcrZp ResourceType:VF ResourceUUID:b901c860-b625-4166-b0a3-79820206aed4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_qrcrzp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json ArtifactUUID:45ebd39c-d74e-4dfc-988b-92f2ddcc2fe5 ArtifactChecksum:OGQ5OTRjZjU1ZWYxNGE0NGVlNzNlMWNkMTY1NDg5ZjA= 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/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml ArtifactUUID:3d05c36d-888e-45af-a74a-b82eb1302342 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/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env ArtifactUUID:038da379-ee96-4e79-a38b-e4e58760196c 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/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env ArtifactUUID:038da379-ee96-4e79-a38b-e4e58760196c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-22T00:44:54.937Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f0a1653-96fd-4ec8-bb24-949719ce1807 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:44:54.964Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T00:44:54.965Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-22T00:44:54.965Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-22T00:44:54.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b876210a-9c55-457b-96f7-826f1747de70 from URL: /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:54.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-22T00:44:54.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:55.354Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-22T00:44:55.359Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar b876210a-9c55-457b-96f7-826f1747de70 74808 2021-05-22T00:44:55.359Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar ASDC sendASDCNotification 2021-05-22T00:44:55.359Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:55.360Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:44:55.360Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:55.362Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:55.362Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644295359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:44:55.463Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T00:44:55.464Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:55.464Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:55.475Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:55.475Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:44:56.363Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T00:44:56.365Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-22T00:44:56.365Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b876210a-9c55-457b-96f7-826f1747de70, URL: /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar to file: /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:56.365Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:56.366Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:56.366Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:56.506Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11811468163152841846/Definitions/service-BasicOnboardQrcrzp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-05-22T00:44:57.970Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-22T00:44:57.970Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QrcrZp 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-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QrcrZp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria 2021-05-22T00:44:57.973Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-22T00:44:57.973Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T00:44:57.973Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.973Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:44:57.973Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria 2021-05-22T00:44:57.974Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-22T00:44:57.974Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T00:44:57.974Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.974Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:44:57.974Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is not matching search criteria 2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.976Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T00:44:57.976Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.976Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria 2021-05-22T00:44:57.976Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:44:57.977Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.977Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria 2021-05-22T00:44:57.977Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:44:57.977Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.977Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria 2021-05-22T00:44:57.978Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:44:57.978Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.978Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is not matching search criteria 2021-05-22T00:44:57.978Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-22T00:44:57.979Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-22T00:44:57.979Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d36f856c-5fef-45c9-85db-6432cc8bedd6 2021-05-22T00:44:57.979Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.979Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:44:57.979Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_QrcrZp Description:service Model UUID:5f0a1653-96fd-4ec8-bb24-949719ce1807 Model Version:NULL Model InvariantUuid:2d7bf3e2-0364-495e-807e-f9a22e2b4613 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_QrcrZp Model UUID:2345f014-394f-43ea-9a56-1e73194c22d6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3b7474fc-be44-4bd7-bf07-5d1d873f7ba8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3642a343-ef3e-4154-8e81-0f13b57f306a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fd9e0be1-9cfc-4ea9-9141-2e62d2904541 ModelName:BasicOnboardQrcrzp..base_ubuntu18..module-0 ModelUuid:0397e037-0f2a-419c-b17a-fecb1afa539f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d36f856c-5fef-45c9-85db-6432cc8bedd6 ModelInvariantUuid:d991640f-e45f-4f11-b9c9-a1461ca23c67 ModelName:basic_onboard_QrcrZp-nodes.ubuntu18Cvfc ModelUuid:5821f76e-bf47-430e-9ce6-9b3a1c875c78 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:d90d779a-e370-4a0b-b3db-4f87f7799246 ModelInvariantUuid:781335e8-40f4-436f-9244-d2195bd76fba ModelName:BasicOnboardQrcrzp.compute.nodes.heat.ubuntu18 ModelUuid:1780d397-d6ee-4110-8401-643ce5c83698 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-22T00:44:57.987Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b901c860-b625-4166-b0a3-79820206aed4 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:44:57.990Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||basic_onboard_QrcrZp 0 2021-05-22T00:44:57.991Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b901c860-b625-4166-b0a3-79820206aed4 2021-05-22T00:44:57.991Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 45ebd39c-d74e-4dfc-988b-92f2ddcc2fe5 from URL: /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json 2021-05-22T00:44:57.991Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-22T00:44:57.991Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json 2021-05-22T00:44:58.125Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-22T00:44:58.125Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json 45ebd39c-d74e-4dfc-988b-92f2ddcc2fe5 798 2021-05-22T00:44:58.125Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json ASDC sendASDCNotification 2021-05-22T00:44:58.126Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json 2021-05-22T00:44:58.126Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:44:58.126Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:58.129Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:58.129Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644298125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:44:58.229Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-22T00:44:58.230Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:58.230Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:58.242Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:58.243Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:44:59.130Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQrcrzp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fd9e0be1-9cfc-4ea9-9141-2e62d2904541", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0397e037-0f2a-419c-b17a-fecb1afa539f", "vfModuleModelCustomizationUUID": "988d364b-232c-4a2e-8bee-72d160269f81", "isBase": true, "artifacts": [ "3d05c36d-888e-45af-a74a-b82eb1302342", "038da379-ee96-4e79-a38b-e4e58760196c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T00:44:59.135Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQrcrzp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0397e037-0f2a-419c-b17a-fecb1afa539f VfModuleModelInvariantUUID:fd9e0be1-9cfc-4ea9-9141-2e62d2904541 VfModuleModelDescription:NULL Artifacts UUID List:{ 3d05c36d-888e-45af-a74a-b82eb1302342 , 038da379-ee96-4e79-a38b-e4e58760196c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T00:44:59.138Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQrcrzp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fd9e0be1-9cfc-4ea9-9141-2e62d2904541", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0397e037-0f2a-419c-b17a-fecb1afa539f", "vfModuleModelCustomizationUUID": "988d364b-232c-4a2e-8bee-72d160269f81", "isBase": true, "artifacts": [ "3d05c36d-888e-45af-a74a-b82eb1302342", "038da379-ee96-4e79-a38b-e4e58760196c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T00:44:59.138Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQrcrzp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0397e037-0f2a-419c-b17a-fecb1afa539f VfModuleModelInvariantUUID:fd9e0be1-9cfc-4ea9-9141-2e62d2904541 VfModuleModelDescription:NULL Artifacts UUID List:{ 3d05c36d-888e-45af-a74a-b82eb1302342 , 038da379-ee96-4e79-a38b-e4e58760196c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T00:44:59.139Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d05c36d-888e-45af-a74a-b82eb1302342 from URL: /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml 2021-05-22T00:44:59.139Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-22T00:44:59.139Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml 2021-05-22T00:44:59.270Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-22T00:44:59.270Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml 3d05c36d-888e-45af-a74a-b82eb1302342 5033 2021-05-22T00:44:59.271Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-22T00:44:59.271Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml 2021-05-22T00:44:59.271Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:44:59.271Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:44:59.273Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:44:59.273Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644299271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:44:59.373Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-22T00:44:59.374Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:44:59.374Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:44:59.386Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:44:59.386Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:45:00.274Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 038da379-ee96-4e79-a38b-e4e58760196c from URL: /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env 2021-05-22T00:45:00.274Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-22T00:45:00.275Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env 2021-05-22T00:45:00.549Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-22T00:45:00.550Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env 038da379-ee96-4e79-a38b-e4e58760196c 909 2021-05-22T00:45:00.550Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-22T00:45:00.550Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env 2021-05-22T00:45:00.550Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:45:00.551Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:45:00.552Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:45:00.553Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644300550, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:00.653Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:45:00.654Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:45:00.654Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:45:00.665Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:45:00.665Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:45:01.553Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5f0a1653-96fd-4ec8-bb24-949719ce1807 2021-05-22T00:45:01.554Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QrcrZp 0 b901c860-b625-4166-b0a3-79820206aed4 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:45:01.572Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.572Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:45:01.573Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-05-22T00:45:01.573Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3642a343-ef3e-4154-8e81-0f13b57f306a 2021-05-22T00:45:01.573Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3642a343-ef3e-4154-8e81-0f13b57f306a matches Tosca VF Customization UUID: 3642a343-ef3e-4154-8e81-0f13b57f306a 2021-05-22T00:45:01.573Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3642a343-ef3e-4154-8e81-0f13b57f306a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-22T00:45:01.576Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.577Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:45:01.578Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3642a343-ef3e-4154-8e81-0f13b57f306a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-05-22T00:45:01.578Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fe3e49 2021-05-22T00:45:01.578Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.578Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T00:45:01.579Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 988d364b-232c-4a2e-8bee-72d160269f81 2021-05-22T00:45:01.579Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 988d364b-232c-4a2e-8bee-72d160269f81 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-22T00:45:01.581Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.581Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria 2021-05-22T00:45:01.582Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:45:01.582Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.582Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria 2021-05-22T00:45:01.582Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:45:01.582Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.583Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is not matching search criteria 2021-05-22T00:45:01.583Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-22T00:45:01.583Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-22T00:45:01.583Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d36f856c-5fef-45c9-85db-6432cc8bedd6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-22T00:45:01.585Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.585Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria 2021-05-22T00:45:01.585Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:45:01.586Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.586Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria 2021-05-22T00:45:01.586Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=3642a343-ef3e-4154-8e81-0f13b57f306a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:45:01.588Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.588Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:45:01.589Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5f0a1653-96fd-4ec8-bb24-949719ce1807: basic_onboard_QrcrZp 2021-05-22T00:45:01.589Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.589Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:45:01.589Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.590Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:45:01.590Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.590Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:45:01.590Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.591Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:45:01.591Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:45:01.591Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:45:01.591Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_QrcrZp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:45:01.671Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QrcrZp b901c860-b625-4166-b0a3-79820206aed4 1 ASDC deployResourceStructure 2021-05-22T00:45:01.671Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json ASDC sendASDCNotification 2021-05-22T00:45:01.671Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json 2021-05-22T00:45:01.672Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:45:01.672Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:45:01.674Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:45:01.675Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644301671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:45:01.775Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:45:01.776Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:45:01.776Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:45:01.788Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:45:01.788Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:45:02.675Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-22T00:45:02.676Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml 2021-05-22T00:45:02.676Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:45:02.676Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:45:02.678Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:45:02.678Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644302675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-22T00:45:02.779Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:45:02.780Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:45:02.780Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:45:02.792Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:45:02.793Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:45:03.679Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-22T00:45:03.680Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env 2021-05-22T00:45:03.680Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:45:03.680Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:45:03.683Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:45:03.683Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644303679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-22T00:45:03.783Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:45:03.784Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:45:03.784Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:45:03.796Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:45:03.796Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:45:04.684Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar ASDC sendASDCNotification 2021-05-22T00:45:04.684Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar 2021-05-22T00:45:04.684Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:45:04.684Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:45:04.686Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:45:04.686Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644304683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:45:04.786Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:45:04.787Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:45:04.788Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:45:04.799Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:45:04.799Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:45:05.686Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:45:05.696Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:45:05.698Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:45:05.698Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:45:05.699Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:45:35.699Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:45:35.710Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:45:35.712Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:45:35.712Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:45:35.712Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:45:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:45:41.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:45:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:45:41.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:45:41.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "NOTIFIED" } 2021-05-22T00:45:41.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644221445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644225673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "dcae-sch", "timestamp": 1621644218214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "cds", "timestamp": 1621644221106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "policy-id", "timestamp": 1621644221163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644221204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644221445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644225673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:45:41.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "dcae-sch", "timestamp": 1621644218214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "cds", "timestamp": 1621644221106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "policy-id", "timestamp": 1621644221163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644229664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644221445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644225673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "dcae-sch", "timestamp": 1621644218214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "cds", "timestamp": 1621644221106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "policy-id", "timestamp": 1621644221163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644221445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644225673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "dcae-sch", "timestamp": 1621644218214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "cds", "timestamp": 1621644221106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "policy-id", "timestamp": 1621644221163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644221445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644225673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "dcae-sch", "timestamp": 1621644218214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "cds", "timestamp": 1621644221106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "policy-id", "timestamp": 1621644221163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "ves-openapi-manager", "timestamp": 1621644231645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644221445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644225673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "dcae-sch", "timestamp": 1621644218214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "cds", "timestamp": 1621644221106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "policy-id", "timestamp": 1621644221163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "ves-openapi-manager", "timestamp": 1621644231645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644221445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644225673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "dcae-sch", "timestamp": 1621644218214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "cds", "timestamp": 1621644221106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "policy-id", "timestamp": 1621644221163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "ves-openapi-manager", "timestamp": 1621644231645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644234735, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "ves-openapi-manager", "timestamp": 1621644231645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644235325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644235441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "cds", "timestamp": 1621644235451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "policy-id", "timestamp": 1621644235441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644236233, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "ves-openapi-manager", "timestamp": 1621644231645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "cds", "timestamp": 1621644236457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:45:41.261Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd 2021-05-22T00:45:41.262Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:45:41.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "policy-id", "timestamp": 1621644236444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644236738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644236782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "ves-openapi-manager", "timestamp": 1621644231645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644236678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644237413, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "policy-id", "timestamp": 1621644237446, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:45:41.277Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd 2021-05-22T00:45:41.278Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:45:41.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644237868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644237907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "ves-openapi-manager", "timestamp": 1621644231645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644236678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644238814, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644238872, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:45:41.292Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd 2021-05-22T00:45:41.293Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T00:45:41.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644238913, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:45:41.306Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd 2021-05-22T00:45:41.306Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T00:45:41.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644236678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T00:45:41.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644239817, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644239875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-windriver-id", "timestamp": 1621644239917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644236678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644240821, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644236678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644241047, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644241824, "artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644236678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644241047, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644236678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644241047, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644241047, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644244755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644241047, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644246424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644241047, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "aai-ml", "timestamp": 1621644246723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "clamp", "timestamp": 1621644246776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644241047, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644248030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "aai-ml", "timestamp": 1621644246723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "clamp", "timestamp": 1621644246776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:45:41.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644249127, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:45:41.323Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd 2021-05-22T00:45:41.324Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T00:45:41.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644249242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "aai-ml", "timestamp": 1621644246723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "clamp", "timestamp": 1621644246776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "multicloud-k8s-id", "timestamp": 1621644250130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "aai-ml", "timestamp": 1621644246723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "clamp", "timestamp": 1621644246776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "aai-ml", "timestamp": 1621644246723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "clamp", "timestamp": 1621644246776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644251449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "aai-ml", "timestamp": 1621644246723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "clamp", "timestamp": 1621644246776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:45:41.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644252453, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:45:41.337Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd 2021-05-22T00:45:41.337Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:45:41.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "aai-ml", "timestamp": 1621644246723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:45:41.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "clamp", "timestamp": 1621644246776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:45:41.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "aai-ml", "timestamp": 1621644254741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "clamp", "timestamp": 1621644258086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:45:41.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "clamp", "timestamp": 1621644259185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "aai-ml", "timestamp": 1621644260187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:45:41.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "clamp", "timestamp": 1621644260189, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:45:41.352Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd 2021-05-22T00:45:41.352Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:45:41.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:45:41.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "aai-ml", "timestamp": 1621644261191, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:45:41.366Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd 2021-05-22T00:45:41.367Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:46:05.712Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:46:05.728Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:46:05.731Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:46:05.738Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-22T00:46:35.738Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-22T00:46:35.746Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and serviceModelVersionId: 5f0a1653-96fd-4ec8-bb24-949719ce1807 2021-05-22T00:46:35.746Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d7bf3e2-0364-495e-807e-f9a22e2b4613 2021-05-22T00:46:35.746Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0 2021-05-22T00:46:35.751Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-05-22T00:46:35.786Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-22T00:46:35.787Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0|INFO|500||Invoke 2021-05-22T00:46:35.809Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-22T00:46:35.959Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0|INFO|500||InvokeReturn 2021-05-22T00:46:35.960Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210522-00:46:35:814-57950], vertex-id=[172232], Content-Length=[0], Date=[Sat, 22 May 2021 00:46:35 GMT], Content-Type=[application/json]} 2021-05-22T00:46:35.960Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-05-22T00:46:35.960Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-22T00:46:35.960Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:46:35.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-22T00:46:35.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-22T00:46:35.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-22T00:46:35.967Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:46:35.969Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:46:35.969Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644395966, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T00:46:36.069Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:46:36.070Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:46:36.070Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:46:36.083Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:46:36.084Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T00:46:36.982Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:46:36.982Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:46:36.983Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:46:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:46:41.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:46:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:46:41.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:46:41.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644286260, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T00:46:41.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:46:41.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:46:41.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:46:41.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:46:41.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:46:41.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T00:46:41.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:46:41.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:46:41.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:46:41.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-22T00:46:41.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:46:41.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:46:41.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:46:41.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644287277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:46:41.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-22T00:46:41.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644295359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:46:41.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:46:41.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644298125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:46:41.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:46:41.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644299271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:46:41.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:46:41.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644300550, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:46:41.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:46:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644301671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:46:41.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:46:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644302675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-22T00:46:41.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:46:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644303679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-22T00:46:41.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:46:41.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-22T00:46:41.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644304683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:46:41.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:46:46.524Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:46:46.525Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:46:46.525Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:46:46.525Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:46:56.064Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:47:41.204Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:47:41.205Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:47:41.206Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:47:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:47:41.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:47:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:47:41.730Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:47:41.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-22T00:47:41.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644395966, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T00:47:41.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:47:50.756Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:48:41.204Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:48:41.205Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:48:41.205Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:48:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:48:41.207Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:48:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:48:50.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:48:50.752Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:49:41.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:49:41.205Z||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-05-22T00:49:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:49:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:49:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:49:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:49:50.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:49:50.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:50:41.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:50:41.205Z||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-05-22T00:50:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:50:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:50:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:50:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:50:50.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:50:50.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:51:41.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:51:41.205Z||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-05-22T00:51:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:51:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:51:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:51:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:51:50.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:51:50.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:52:41.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:52:41.205Z||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-05-22T00:52:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:52:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:52:41.208Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:52:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:52:50.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:52:50.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:53:41.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:53:41.205Z||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-05-22T00:53:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:53:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:53:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:53:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:53:41.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:53:41.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"39c5e262-cafa-4762-b92f-c440c5023de0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3","serviceDescription":"service","serviceInvariantUUID":"ea936cb8-dc15-4f7f-b1ea-55a31566e0f8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e7f94f9b-8803-42db-8c05-646a802305ce","resourceInvariantUUID":"d07ad084-002f-4b43-950f-f7d57fe567cb","resourceCustomizationUUID":"2630d842-055c-4676-bdce-7d3b50c7b698","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":"ZGZhNTQyMzA0YTc4ODk5YTAyZGZjNzU0Y2JhZjIzMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"482146db-3e54-4533-a62a-d40a4b0116af","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDdmYmIzNzQ4ZDdjMGU5ZDQzMTZlNDcyODMwNzE4MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f1d1407-9946-4682-91f8-9ab5222086a5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-22T00:53:41.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:53:41.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:53:41.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:53:41.840Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:53:41.840Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644821204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "multicloud-k8s-id", "timestamp": 1621644796678, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644801445, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "dcae-sch", "timestamp": 1621644798214, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "policy-id", "timestamp": 1621644801163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644801445, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:53:41.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "multicloud-k8s-id", "timestamp": 1621644796678, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:53:41.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "dcae-sch", "timestamp": 1621644798214, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "policy-id", "timestamp": 1621644801163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "multicloud-windriver-id", "timestamp": 1621644805673, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "cds", "timestamp": 1621644806106, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "policy-id", "timestamp": 1621644807241, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:53:41.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "multicloud-windriver-id", "timestamp": 1621644805673, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "cds", "timestamp": 1621644806106, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "policy-id", "timestamp": 1621644808245, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "policy-id", "timestamp": 1621644809247, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:53:41.858Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39c5e262-cafa-4762-b92f-c440c5023de0 2021-05-22T00:53:41.858Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c5e262-cafa-4762-b92f-c440c5023de0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:53:41.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "cds", "timestamp": 1621644809660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:53:41.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:53:41.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "cds", "timestamp": 1621644810667, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:53:41.871Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39c5e262-cafa-4762-b92f-c440c5023de0 2021-05-22T00:53:41.871Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c5e262-cafa-4762-b92f-c440c5023de0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:53:41.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644811047, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "ves-openapi-manager", "timestamp": 1621644811645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644811047, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "ves-openapi-manager", "timestamp": 1621644811645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644814450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644816008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:53:41.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:53:41.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644817013, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:53:41.886Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39c5e262-cafa-4762-b92f-c440c5023de0 2021-05-22T00:53:41.886Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c5e262-cafa-4762-b92f-c440c5023de0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:53:41.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "aai-ml", "timestamp": 1621644816723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "clamp", "timestamp": 1621644816776, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:53:41.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "aai-ml", "timestamp": 1621644816723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:53:41.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "clamp", "timestamp": 1621644816776, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:53:41.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T00:53:41.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:53:41.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "aai-ml", "timestamp": 1621644819663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:53:41.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:53:41.940Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:53:41.940Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:53:41.941Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:53:41.951Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:53:41.952Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:53:42.840Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:53:42.842Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:53:42.843Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:53:42.844Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644821204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:53:42.944Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:53:42.945Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:53:42.945Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:53:42.955Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:53:42.956Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:53:43.845Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3", "serviceDescription": "service", "serviceInvariantUUID": "ea936cb8-dc15-4f7f-b1ea-55a31566e0f8", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "2630d842-055c-4676-bdce-7d3b50c7b698", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e7f94f9b-8803-42db-8c05-646a802305ce", "resourceInvariantUUID": "d07ad084-002f-4b43-950f-f7d57fe567cb", "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": "NDdmYmIzNzQ4ZDdjMGU5ZDQzMTZlNDcyODMwNzE4MWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7f1d1407-9946-4682-91f8-9ab5222086a5" } ], "workloadContext": "Production" } 2021-05-22T00:53:43.845Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-22T00:53:43.846Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3 ASDC 2021-05-22T00:53:43.847Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:39c5e262-cafa-4762-b92f-c440c5023de0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3 ServiceInvariantUUID:ea936cb8-dc15-4f7f-b1ea-55a31566e0f8 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:7f1d1407-9946-4682-91f8-9ab5222086a5 ArtifactChecksum:NDdmYmIzNzQ4ZDdjMGU5ZDQzMTZlNDcyODMwNzE4MWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:2630d842-055c-4676-bdce-7d3b50c7b698 ResourceInvariantUUID:d07ad084-002f-4b43-950f-f7d57fe567cb ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e7f94f9b-8803-42db-8c05-646a802305ce ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-22T00:53:43.847Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T00:53:43.878Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T00:53:43.879Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T00:53:43.879Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T00:53:43.879Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7f1d1407-9946-4682-91f8-9ab5222086a5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-22T00:53:43.879Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T00:53:43.879Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-22T00:53:44.173Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T00:53:44.176Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7f1d1407-9946-4682-91f8-9ab5222086a5 52220 2021-05-22T00:53:44.177Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-22T00:53:44.177Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-22T00:53:44.177Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:53:44.177Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:53:44.179Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:53:44.179Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644824177, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:53:44.279Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:53:44.280Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:53:44.280Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:53:44.292Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:53:44.292Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:53:45.179Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T00:53:45.180Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T00:53:45.181Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7f1d1407-9946-4682-91f8-9ab5222086a5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.181Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-22T00:53:45.182Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.182Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.257Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP329383617209368985/Definitions/service-BasicNetwork-template.yml 2021-05-22T00:53:45.593Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T00:53:45.597Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T00:53:45.597Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.597Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.597Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.597Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3 Model Version:NULL Model InvariantUuid:ea936cb8-dc15-4f7f-b1ea-55a31566e0f8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:d07ad084-002f-4b43-950f-f7d57fe567cb Model UUID:b6e2ab08-0dcd-4344-90dd-a435b6cf0d8d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:2630d842-055c-4676-bdce-7d3b50c7b698 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-22T00:53:45.605Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: e7f94f9b-8803-42db-8c05-646a802305ce 2021-05-22T00:53:45.605Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||No resources found for Service: 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:53:45.610Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500|| 2021-05-22T00:53:45.610Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-22T00:53:45.610Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3 2021-05-22T00:53:45.611Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3 2021-05-22T00:53:45.611Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-22T00:53:45.611Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:53:45.618Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.618Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.618Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.619Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.619Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3: Generic NeutronNet 2021-05-22T00:53:45.619Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.619Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.620Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.620Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-05-22T00:53:45.657Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.658Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.658Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.658Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.658Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:53:45.658Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:53:45.659Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-22T00:53:45.710Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-22T00:53:45.711Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-22T00:53:45.711Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-22T00:53:45.711Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:53:45.711Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:53:45.713Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:53:45.713Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644825711, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:53:45.813Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:53:45.814Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:53:45.814Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:53:45.828Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:53:45.828Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:53:46.714Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:53:46.725Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:53:46.728Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:53:46.728Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:53:46.728Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:54:16.729Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:54:16.740Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:54:16.742Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:54:16.742Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:54:16.742Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:54:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:54:41.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:54:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:54:41.332Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:54:41.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:54:41.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644821204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:54:41.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:54:46.742Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:54:46.754Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:54:46.756Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:54:46.757Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:54:46.757Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:55:16.757Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:55:16.771Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:55:16.774Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:55:16.774Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:55:16.775Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:55:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:55:41.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:55:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:55:41.736Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:55:41.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "clamp", "timestamp": 1621644822134, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:55:41.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "aai-ml", "timestamp": 1621644822529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:55:41.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644821204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:55:41.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "aai-ml", "timestamp": 1621644823532, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:55:41.745Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39c5e262-cafa-4762-b92f-c440c5023de0 2021-05-22T00:55:41.745Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c5e262-cafa-4762-b92f-c440c5023de0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "clamp", "timestamp": 1621644824143, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:55:41.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644824177, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:55:41.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "clamp", "timestamp": 1621644825146, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:55:41.758Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39c5e262-cafa-4762-b92f-c440c5023de0 2021-05-22T00:55:41.758Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c5e262-cafa-4762-b92f-c440c5023de0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:55:41.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644825711, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644841445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644841047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "cds", "timestamp": 1621644836106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-k8s-id", "timestamp": 1621644836678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "dcae-sch", "timestamp": 1621644838215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644841163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644841445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-k8s-id", "timestamp": 1621644836678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "cds", "timestamp": 1621644836106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644841047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "dcae-sch", "timestamp": 1621644838215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644841163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644841445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-k8s-id", "timestamp": 1621644836678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "cds", "timestamp": 1621644836106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "dcae-sch", "timestamp": 1621644838215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644841047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644841163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-windriver-id", "timestamp": 1621644845673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-k8s-id", "timestamp": 1621644836678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644841445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644841047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "dcae-sch", "timestamp": 1621644838215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "cds", "timestamp": 1621644836106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644841163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-windriver-id", "timestamp": 1621644845673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644846723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644846776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644841445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-k8s-id", "timestamp": 1621644836678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "cds", "timestamp": 1621644836106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644841047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "dcae-sch", "timestamp": 1621644838215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644841163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-windriver-id", "timestamp": 1621644845673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644846723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644846776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644841445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-k8s-id", "timestamp": 1621644836678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "dcae-sch", "timestamp": 1621644838215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "cds", "timestamp": 1621644836106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644841047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644841163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-windriver-id", "timestamp": 1621644845673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644846723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644846776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644841445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-k8s-id", "timestamp": 1621644836678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "cds", "timestamp": 1621644836106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "dcae-sch", "timestamp": 1621644838215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644841163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644841047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-windriver-id", "timestamp": 1621644845673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644846723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644846776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-starlingx-id", "timestamp": 1621644841445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-k8s-id", "timestamp": 1621644836678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "dcae-sch", "timestamp": 1621644838215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "cds", "timestamp": 1621644836106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644841047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644841163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-windriver-id", "timestamp": 1621644845673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644846723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644846776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644851645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-windriver-id", "timestamp": 1621644845673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644846723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644846776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644852545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644852636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "cds", "timestamp": 1621644852652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644851645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "multicloud-windriver-id", "timestamp": 1621644845673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644846723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644846776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644853548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:55:41.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "cds", "timestamp": 1621644853658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:55:41.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77 2021-05-22T00:55:41.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:55:41.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644851645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644846723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644854385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644846776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "policy-id", "timestamp": 1621644854551, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:55:41.808Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77 2021-05-22T00:55:41.809Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:55:41.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644851645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621644855388, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:55:41.821Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77 2021-05-22T00:55:41.821Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:55:41.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644855944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:55:41.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644851645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644851645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644858176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644851645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644859232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:55:41.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644851645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:55:41.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644859458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:55:41.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "clamp", "timestamp": 1621644860234, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:55:41.835Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77 2021-05-22T00:55:41.835Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:55:41.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "aai-ml", "timestamp": 1621644860461, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:55:41.851Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77 2021-05-22T00:55:41.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644860459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:55:41.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644861652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-22T00:55:41.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "ves-openapi-manager", "timestamp": 1621644862656, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:55:41.867Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77 2021-05-22T00:55:41.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:55:46.775Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:55:46.784Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:55:46.788Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:55:46.788Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:55:46.788Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:55:46.788Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:55:46.792Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-22T00:56:16.792Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-22T00:56:16.797Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39c5e262-cafa-4762-b92f-c440c5023de0 and serviceModelVersionId: 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3 2021-05-22T00:56:16.797Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea936cb8-dc15-4f7f-b1ea-55a31566e0f8 2021-05-22T00:56:16.798Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0 2021-05-22T00:56:16.801Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-05-22T00:56:16.834Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-22T00:56:16.835Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0|INFO|500||Invoke 2021-05-22T00:56:16.856Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-22T00:56:17.067Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0|INFO|500||InvokeReturn 2021-05-22T00:56:17.067Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210522-00:56:16:859-80212], vertex-id=[405720], Content-Length=[0], Date=[Sat, 22 May 2021 00:56:16 GMT], Content-Type=[application/json]} 2021-05-22T00:56:17.067Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-05-22T00:56:17.067Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-22T00:56:17.067Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:56:17.073Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-22T00:56:17.073Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39c5e262-cafa-4762-b92f-c440c5023de0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-22T00:56:17.073Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-22T00:56:17.074Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:17.075Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:17.075Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644977073, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T00:56:17.176Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:56:17.176Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:17.176Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:17.193Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:17.193Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T00:56:18.092Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:56:18.092Z|39c5e262-cafa-4762-b92f-c440c5023de0|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-05-22T00:56:18.092Z|39c5e262-cafa-4762-b92f-c440c5023de0|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:22.392Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:22.393Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-22T00:56:22.393Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"26a976f5-a984-401c-bd1a-91b530a56b77","serviceName":"Demo_pNF_UHPvPdhbpHk2X5nQlPVW","serviceVersion":"1.0","serviceUUID":"b945dda7-3583-4804-9ece-d07cfaa00876","serviceDescription":"catalog service description","serviceInvariantUUID":"ba607cc2-f2d6-4e9c-85ad-2df7168ddf65","resources":[{"resourceInstanceName":"pNF 96542f6a-4f08 0","resourceName":"pNF 96542f6a-4f08","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"17e5fa1b-1a9f-4f93-b97b-55dc7073f826","resourceInvariantUUID":"8e173990-e39f-40e5-a442-5e872d4701d7","resourceCustomizationUUID":"a6d07f2d-1d80-46b9-8cc5-1748917def2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml","artifactChecksum":"ODlhZmE0Yjk5MDIxYTZjNjcyNzZjMWE4ZTViMTkxNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"541adc96-18de-48b0-b683-17f8024b67bc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar","artifactChecksum":"MTFjZTI3MGQ1OGYwYWQ1OGM5ZWU5Y2Q3ZDFlZTAyNjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1e7f578-72cf-4027-ad53-ba29c8151a9e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0446afbe-47da-4e3a-82d2-bb848b407857","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml","artifactChecksum":"ODFkZTgyZTg1YWI3NDhiZTY3NjE0YWMyYTNiOTM4OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ae339713-a9f2-49c2-89d0-f42a99d7a276","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81e3ff0f-fd44-4398-a4e5-4b9eb1312b70","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9e42712-ded0-4c46-85a4-03c000bd7799","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml","artifactChecksum":"NTI0MWI2MzM0YTgyNWRmMjQ1ODIyNDRkNDQ2ZmZlYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"656a6c76-d7ac-49d0-9bde-c4c80ac7209f","artifactVersion":"1"},{"artifactName":"service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar","artifactChecksum":"ZTc3Njg0NGYzNWRkYWQ0ZTIwYTk4ZGFlZWE0M2ZhMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6d846d6-0b3e-446a-9d26-8e7c1d7b9517","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-22T00:56:22.395Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:56:22.395Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:22.397Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:22.397Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:22.497Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:56:22.498Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:22.498Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:22.509Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:22.509Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:56:23.398Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:56:23.399Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:23.400Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:23.401Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:23.501Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:56:23.501Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:23.501Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:23.510Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:23.511Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:56:24.401Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:56:24.402Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:24.404Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:24.404Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:24.504Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:56:24.505Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:24.505Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:24.518Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:24.518Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:56:25.405Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:56:25.405Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:25.407Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:25.407Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:25.507Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:56:25.508Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:25.508Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:25.520Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:25.521Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:56:26.407Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:56:26.408Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:26.410Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:26.410Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:26.510Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:56:26.511Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:26.511Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:26.523Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:26.524Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:56:27.410Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:56:27.411Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:27.413Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:27.413Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:27.513Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-22T00:56:27.514Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:27.515Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:27.526Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:27.527Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:56:28.414Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:56:28.414Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:28.416Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:28.416Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:28.516Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:56:28.517Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:28.517Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:28.528Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:28.528Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:56:29.416Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:56:29.417Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:29.419Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:29.419Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:56:29.519Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:56:29.520Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:29.520Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:29.530Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:29.530Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:56:30.420Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "serviceName": "Demo_pNF_UHPvPdhbpHk2X5nQlPVW", "serviceVersion": "1.0", "serviceUUID": "b945dda7-3583-4804-9ece-d07cfaa00876", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ba607cc2-f2d6-4e9c-85ad-2df7168ddf65", "resources": [ { "resourceInstanceName": "pNF 96542f6a-4f08 0", "resourceCustomizationUUID": "a6d07f2d-1d80-46b9-8cc5-1748917def2a", "resourceName": "pNF 96542f6a-4f08", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "17e5fa1b-1a9f-4f93-b97b-55dc7073f826", "resourceInvariantUUID": "8e173990-e39f-40e5-a442-5e872d4701d7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "artifactChecksum": "ZTc3Njg0NGYzNWRkYWQ0ZTIwYTk4ZGFlZWE0M2ZhMmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d6d846d6-0b3e-446a-9d26-8e7c1d7b9517" } ], "workloadContext": "Production" } 2021-05-22T00:56:30.420Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-22T00:56:30.421Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b945dda7-3583-4804-9ece-d07cfaa00876 ASDC 2021-05-22T00:56:30.421Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:26a976f5-a984-401c-bd1a-91b530a56b77 ServiceName:Demo_pNF_UHPvPdhbpHk2X5nQlPVW ServiceVersion:1.0 ServiceUUID:b945dda7-3583-4804-9ece-d07cfaa00876 ServiceInvariantUUID:ba607cc2-f2d6-4e9c-85ad-2df7168ddf65 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar ArtifactUUID:d6d846d6-0b3e-446a-9d26-8e7c1d7b9517 ArtifactChecksum:ZTc3Njg0NGYzNWRkYWQ0ZTIwYTk4ZGFlZWE0M2ZhMmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 96542f6a-4f08 0 ResourceCustomizationUUID:a6d07f2d-1d80-46b9-8cc5-1748917def2a ResourceInvariantUUID:8e173990-e39f-40e5-a442-5e872d4701d7 ResourceName:pNF 96542f6a-4f08 ResourceType:PNF ResourceUUID:17e5fa1b-1a9f-4f93-b97b-55dc7073f826 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-22T00:56:30.421Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b945dda7-3583-4804-9ece-d07cfaa00876 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T00:56:30.451Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T00:56:30.451Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T00:56:30.451Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T00:56:30.451Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6d846d6-0b3e-446a-9d26-8e7c1d7b9517 from URL: /sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:30.452Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T00:56:30.452Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:31.158Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T00:56:31.164Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar d6d846d6-0b3e-446a-9d26-8e7c1d7b9517 83320 2021-05-22T00:56:31.164Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar ASDC sendASDCNotification 2021-05-22T00:56:31.164Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:31.165Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:56:31.165Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:31.167Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:31.167Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644991164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:56:31.267Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:56:31.267Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:31.268Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:31.280Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:31.280Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:56:32.167Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T00:56:32.168Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T00:56:32.168Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d6d846d6-0b3e-446a-9d26-8e7c1d7b9517, URL: /sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar to file: /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.169Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.169Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.169Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.333Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1638562591470249906/Definitions/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml 2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 96542f6a-4f08 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 96542f6a-4f08 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-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||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-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||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-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Node template pNF 96542f6a-4f08 0 is matching search criteria 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 96542f6a-4f08 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Node template pNF 96542f6a-4f08 0 is matching search criteria 2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 96542f6a-4f08 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_UHPvPdhbpHk2X5nQlPVW Description:catalog service description Model UUID:b945dda7-3583-4804-9ece-d07cfaa00876 Model Version:NULL Model InvariantUuid:ba607cc2-f2d6-4e9c-85ad-2df7168ddf65 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-22T00:56:32.963Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 17e5fa1b-1a9f-4f93-b97b-55dc7073f826 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:56:32.965Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||pNF 96542f6a-4f08 0 2021-05-22T00:56:32.965Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 17e5fa1b-1a9f-4f93-b97b-55dc7073f826 2021-05-22T00:56:32.966Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b945dda7-3583-4804-9ece-d07cfaa00876 2021-05-22T00:56:32.966Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b945dda7-3583-4804-9ece-d07cfaa00876 2021-05-22T00:56:32.966Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 96542f6a-4f08 0 17e5fa1b-1a9f-4f93-b97b-55dc7073f826 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:56:32.969Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:56:32.969Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:56:32.969Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b945dda7-3583-4804-9ece-d07cfaa00876: pNF 96542f6a-4f08 2021-05-22T00:56:32.969Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Processing PNF resource: 17e5fa1b-1a9f-4f93-b97b-55dc7073f826 2021-05-22T00:56:32.970Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:56:32.970Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:56:32.970Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Resource customization UUID: a6d07f2d-1d80-46b9-8cc5-1748917def2a is the same as notified resource customizationUUID: a6d07f2d-1d80-46b9-8cc5-1748917def2a Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-22T00:56:33.021Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 96542f6a-4f08 17e5fa1b-1a9f-4f93-b97b-55dc7073f826 0 ASDC deployResourceStructure 2021-05-22T00:56:33.022Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar ASDC sendASDCNotification 2021-05-22T00:56:33.022Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar 2021-05-22T00:56:33.022Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:56:33.022Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:56:33.024Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:56:33.024Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644993022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:56:33.124Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:56:33.125Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:56:33.125Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:33.136Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:33.136Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-22T00:56:34.028Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26a976f5-a984-401c-bd1a-91b530a56b77 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:56:34.038Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26a976f5-a984-401c-bd1a-91b530a56b77 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T00:56:34.041Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:56:34.045Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-22T00:56:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:56:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:56:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:56:41.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:56:41.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644977073, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T00:56:41.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:56:41.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:41.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:56:41.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:41.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:56:41.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:41.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:56:41.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:41.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:56:41.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:41.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:56:41.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:41.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:56:41.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:56:41.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:56:41.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644978091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:56:41.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:56:41.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644991164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:56:41.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:56:41.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:56:41.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621644993022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:56:41.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:04.046Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26a976f5-a984-401c-bd1a-91b530a56b77 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-22T00:57:04.050Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26a976f5-a984-401c-bd1a-91b530a56b77 and serviceModelVersionId: b945dda7-3583-4804-9ece-d07cfaa00876 2021-05-22T00:57:04.050Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba607cc2-f2d6-4e9c-85ad-2df7168ddf65 2021-05-22T00:57:04.050Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba607cc2-f2d6-4e9c-85ad-2df7168ddf65/model-vers/model-ver/b945dda7-3583-4804-9ece-d07cfaa00876?depth=0 2021-05-22T00:57:04.054Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-05-22T00:57:04.087Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba607cc2-f2d6-4e9c-85ad-2df7168ddf65/model-vers/model-ver/b945dda7-3583-4804-9ece-d07cfaa00876?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-22T00:57:04.088Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba607cc2-f2d6-4e9c-85ad-2df7168ddf65/model-vers/model-ver/b945dda7-3583-4804-9ece-d07cfaa00876?depth=0|INFO|500||Invoke 2021-05-22T00:57:04.103Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba607cc2-f2d6-4e9c-85ad-2df7168ddf65/model-vers/model-ver/b945dda7-3583-4804-9ece-d07cfaa00876?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-22T00:57:04.255Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba607cc2-f2d6-4e9c-85ad-2df7168ddf65/model-vers/model-ver/b945dda7-3583-4804-9ece-d07cfaa00876?depth=0|INFO|500||InvokeReturn 2021-05-22T00:57:04.255Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba607cc2-f2d6-4e9c-85ad-2df7168ddf65/model-vers/model-ver/b945dda7-3583-4804-9ece-d07cfaa00876?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210522-00:57:04:104-94287], vertex-id=[237680], Content-Length=[0], Date=[Sat, 22 May 2021 00:57:04 GMT], Content-Type=[application/json]} 2021-05-22T00:57:04.255Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-05-22T00:57:04.256Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-22T00:57:04.256Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:57:04.259Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-22T00:57:04.259Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26a976f5-a984-401c-bd1a-91b530a56b77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-22T00:57:04.260Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-22T00:57:04.260Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:04.262Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:04.262Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645024260, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T00:57:04.362Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:04.362Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:04.363Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:04.377Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:04.377Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T00:57:05.276Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:57:05.277Z|26a976f5-a984-401c-bd1a-91b530a56b77|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-05-22T00:57:05.277Z|26a976f5-a984-401c-bd1a-91b530a56b77|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:11.564Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:11.565Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-22T00:57:11.565Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"31b3a1cf-3385-4af6-9343-18ee67ba07bb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d71d3b0-7ca1-4878-9c41-a67e05ca21db","serviceDescription":"service","serviceInvariantUUID":"d35cc0c0-e7d8-448a-b07a-967848b23906","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e901232-4647-4886-b3e1-3b5c8dcc69c0","resourceInvariantUUID":"852d7720-7073-44ca-9e67-d4d24e5d1f23","resourceCustomizationUUID":"299bde3b-887b-4a30-9dc5-3320a6df2c51","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":"MDllOWFiYmJkMDhhMWRkNDlhNmNhOTNhMzlmZTg3YTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a512d55-f727-42b8-aa8d-ca12aaed5514","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":"NDcxZDY4M2QzZWM3ZTlmNmRlM2VjMjRjOTgyMmNkZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"033c0d4e-9607-44a5-a37d-a6166a5aca09","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":"ebf08c1f-cbc9-495b-b31d-6c8031e8360d","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":"d62749ce-f322-424a-95ca-439b893323b6","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":"baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db","artifactVersion":"2","generatedFromUUID":"ebf08c1f-cbc9-495b-b31d-6c8031e8360d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2MzZGEwZjdkYzI2ZDliNjI2YzlkOWQxMjUwMjYzZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7fd647ea-e7f6-45ae-af9c-5040e4fb3521","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGJmODNjYmM4ZjdkM2M5ZDBiNmY4YTBjNmM4Y2RhNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51bc1fff-7249-404b-b97e-0c900f5ad0eb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-22T00:57:11.567Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:57:11.567Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:11.569Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:11.569Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:11.669Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:11.669Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:11.670Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:11.686Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:11.686Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:12.569Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:57:12.570Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:12.572Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:12.573Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:57:12.673Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-22T00:57:12.673Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:12.674Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:12.684Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:12.685Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:13.573Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:57:13.574Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:13.576Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:13.576Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:13.677Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T00:57:13.678Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:13.678Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:13.687Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:13.687Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:14.577Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:57:14.578Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:14.580Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:14.580Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:14.680Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:14.680Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:14.680Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:14.692Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:14.693Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:15.580Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:57:15.581Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:15.584Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:15.584Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-22T00:57:15.684Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:15.685Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:15.685Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:15.694Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:15.695Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:16.585Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:57:16.586Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:16.589Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:16.589Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:16.689Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-22T00:57:16.689Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:16.690Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:16.737Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:16.738Z||pool-56-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:17.590Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T00:57:17.590Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:17.592Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:17.593Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:17.693Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:17.694Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:17.694Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:17.702Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:17.703Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:18.594Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7d71d3b0-7ca1-4878-9c41-a67e05ca21db", "serviceDescription": "service", "serviceInvariantUUID": "d35cc0c0-e7d8-448a-b07a-967848b23906", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "299bde3b-887b-4a30-9dc5-3320a6df2c51", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2e901232-4647-4886-b3e1-3b5c8dcc69c0", "resourceInvariantUUID": "852d7720-7073-44ca-9e67-d4d24e5d1f23", "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": "NDcxZDY4M2QzZWM3ZTlmNmRlM2VjMjRjOTgyMmNkZTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "033c0d4e-9607-44a5-a37d-a6166a5aca09", "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": "ebf08c1f-cbc9-495b-b31d-6c8031e8360d", "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": "baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db", "generatedFromUUID": "ebf08c1f-cbc9-495b-b31d-6c8031e8360d" }, "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": "baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MGJmODNjYmM4ZjdkM2M5ZDBiNmY4YTBjNmM4Y2RhNDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51bc1fff-7249-404b-b97e-0c900f5ad0eb" } ], "workloadContext": "Production" } 2021-05-22T00:57:18.595Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-22T00:57:18.595Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d71d3b0-7ca1-4878-9c41-a67e05ca21db ASDC 2021-05-22T00:57:18.596Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:31b3a1cf-3385-4af6-9343-18ee67ba07bb ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7d71d3b0-7ca1-4878-9c41-a67e05ca21db ServiceInvariantUUID:d35cc0c0-e7d8-448a-b07a-967848b23906 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:51bc1fff-7249-404b-b97e-0c900f5ad0eb ArtifactChecksum:MGJmODNjYmM4ZjdkM2M5ZDBiNmY4YTBjNmM4Y2RhNDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:299bde3b-887b-4a30-9dc5-3320a6df2c51 ResourceInvariantUUID:852d7720-7073-44ca-9e67-d4d24e5d1f23 ResourceName:basic_vm ResourceType:VF ResourceUUID:2e901232-4647-4886-b3e1-3b5c8dcc69c0 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:033c0d4e-9607-44a5-a37d-a6166a5aca09 ArtifactChecksum:NDcxZDY4M2QzZWM3ZTlmNmRlM2VjMjRjOTgyMmNkZTk= 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:ebf08c1f-cbc9-495b-b31d-6c8031e8360d 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:baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db 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:baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-22T00:57:18.596Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d71d3b0-7ca1-4878-9c41-a67e05ca21db ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:57:18.628Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T00:57:18.629Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T00:57:18.629Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T00:57:18.629Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 51bc1fff-7249-404b-b97e-0c900f5ad0eb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-22T00:57:18.629Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T00:57:18.630Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-22T00:57:18.886Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T00:57:18.892Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 51bc1fff-7249-404b-b97e-0c900f5ad0eb 74274 2021-05-22T00:57:18.892Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-22T00:57:18.893Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-22T00:57:18.893Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:57:18.893Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:18.895Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:18.896Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645038892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:18.996Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:18.997Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:18.997Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:19.007Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:19.008Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:19.896Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T00:57:19.898Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T00:57:19.898Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 51bc1fff-7249-404b-b97e-0c900f5ad0eb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:19.898Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-22T00:57:19.899Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:19.899Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.024Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17863555175705751734/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-22T00:57:20.953Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-22T00:57:20.954Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T00:57:20.954Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.954Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-22T00:57:20.954Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.954Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.954Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.954Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.954Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.955Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.955Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.955Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.955Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.955Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-22T00:57:20.955Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T00:57:20.955Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.955Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:20.956Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-22T00:57:20.956Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T00:57:20.956Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T00:57:20.956Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.956Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:20.956Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-22T00:57:20.957Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T00:57:20.957Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T00:57:20.957Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.957Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:20.957Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.957Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-22T00:57:20.957Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-22T00:57:20.958Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-22T00:57:20.958Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-22T00:57:20.958Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-22T00:57:20.958Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-22T00:57:20.958Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.958Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T00:57:20.958Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.959Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-22T00:57:20.959Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:57:20.959Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.959Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-22T00:57:20.959Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:57:20.959Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.960Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-22T00:57:20.960Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:57:20.960Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.960Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-22T00:57:20.960Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-22T00:57:20.960Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-22T00:57:20.960Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3513f24a-e42a-4f66-95a3-b2cb2a2805cd 2021-05-22T00:57:20.961Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.961Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:20.961Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.961Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:20.961Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.961Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:20.961Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:20.961Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:20.962Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7d71d3b0-7ca1-4878-9c41-a67e05ca21db Model Version:NULL Model InvariantUuid:d35cc0c0-e7d8-448a-b07a-967848b23906 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d6ee0dc4-79b9-4e91-8ba8-d352a9b1ece1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:852d7720-7073-44ca-9e67-d4d24e5d1f23 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:299bde3b-887b-4a30-9dc5-3320a6df2c51 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5821e99c-c01b-46ea-b614-95d78766aee7 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:c613d497-9347-4b2e-9fbe-d10809db6875 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3513f24a-e42a-4f66-95a3-b2cb2a2805cd ModelInvariantUuid:7f68ae6f-97bf-4169-8631-52a07582ff34 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:5ab7c1d5-e338-41dc-beb1-b034f3fdac0f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:1b0df1a4-7fee-46a2-9028-0408cc547827 ModelInvariantUuid:174b944e-46c1-455d-8372-7b0f78c00891 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:c20d9406-e8a6-4590-8a1e-b67ebd044c0f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-22T00:57:20.966Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e901232-4647-4886-b3e1-3b5c8dcc69c0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:57:20.968Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-05-22T00:57:20.968Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e901232-4647-4886-b3e1-3b5c8dcc69c0 2021-05-22T00:57:20.968Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 033c0d4e-9607-44a5-a37d-a6166a5aca09 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-22T00:57:20.969Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T00:57:20.969Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-22T00:57:21.143Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T00:57:21.144Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 033c0d4e-9607-44a5-a37d-a6166a5aca09 787 2021-05-22T00:57:21.144Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-22T00:57:21.144Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-22T00:57:21.144Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:57:21.145Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:21.146Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:21.146Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645041144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:21.247Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:21.248Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:21.248Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:21.259Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:21.260Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:22.147Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5821e99c-c01b-46ea-b614-95d78766aee7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c613d497-9347-4b2e-9fbe-d10809db6875", "vfModuleModelCustomizationUUID": "9644095e-ac28-45c9-b0a6-0606776f74b2", "isBase": true, "artifacts": [ "ebf08c1f-cbc9-495b-b31d-6c8031e8360d", "baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T00:57:22.150Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c613d497-9347-4b2e-9fbe-d10809db6875 VfModuleModelInvariantUUID:5821e99c-c01b-46ea-b614-95d78766aee7 VfModuleModelDescription:NULL Artifacts UUID List:{ ebf08c1f-cbc9-495b-b31d-6c8031e8360d , baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T00:57:22.153Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5821e99c-c01b-46ea-b614-95d78766aee7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c613d497-9347-4b2e-9fbe-d10809db6875", "vfModuleModelCustomizationUUID": "9644095e-ac28-45c9-b0a6-0606776f74b2", "isBase": true, "artifacts": [ "ebf08c1f-cbc9-495b-b31d-6c8031e8360d", "baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T00:57:22.153Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c613d497-9347-4b2e-9fbe-d10809db6875 VfModuleModelInvariantUUID:5821e99c-c01b-46ea-b614-95d78766aee7 VfModuleModelDescription:NULL Artifacts UUID List:{ ebf08c1f-cbc9-495b-b31d-6c8031e8360d , baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T00:57:22.153Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ebf08c1f-cbc9-495b-b31d-6c8031e8360d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-22T00:57:22.153Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T00:57:22.153Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-22T00:57:22.271Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T00:57:22.272Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ebf08c1f-cbc9-495b-b31d-6c8031e8360d 5033 2021-05-22T00:57:22.272Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-22T00:57:22.272Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-22T00:57:22.272Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:57:22.273Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:22.274Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:22.275Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645042272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:22.375Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:22.376Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:22.376Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:22.385Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:22.385Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:23.275Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-22T00:57:23.276Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T00:57:23.276Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-22T00:57:23.404Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T00:57:23.404Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env baad4d42-7a3d-4e2d-b4ae-0f7a5875b7db 903 2021-05-22T00:57:23.404Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-22T00:57:23.405Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-22T00:57:23.405Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T00:57:23.405Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:23.406Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:23.407Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645043404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:23.507Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:23.508Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:23.508Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:23.517Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:23.517Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:24.407Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7d71d3b0-7ca1-4878-9c41-a67e05ca21db 2021-05-22T00:57:24.408Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2e901232-4647-4886-b3e1-3b5c8dcc69c0 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:57:24.420Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.420Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:24.420Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-05-22T00:57:24.420Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 299bde3b-887b-4a30-9dc5-3320a6df2c51 2021-05-22T00:57:24.420Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 299bde3b-887b-4a30-9dc5-3320a6df2c51 matches Tosca VF Customization UUID: 299bde3b-887b-4a30-9dc5-3320a6df2c51 2021-05-22T00:57:24.420Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 299bde3b-887b-4a30-9dc5-3320a6df2c51 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-22T00:57:24.422Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.423Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:24.423Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 299bde3b-887b-4a30-9dc5-3320a6df2c51: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-22T00:57:24.423Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1151cd4b 2021-05-22T00:57:24.423Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.424Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T00:57:24.424Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9644095e-ac28-45c9-b0a6-0606776f74b2 2021-05-22T00:57:24.424Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9644095e-ac28-45c9-b0a6-0606776f74b2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-22T00:57:24.426Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.426Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-22T00:57:24.426Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:57:24.427Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.427Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-22T00:57:24.427Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:57:24.427Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.427Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-22T00:57:24.427Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-22T00:57:24.428Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-22T00:57:24.428Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3513f24a-e42a-4f66-95a3-b2cb2a2805cd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-22T00:57:24.430Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.430Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-22T00:57:24.430Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T00:57:24.430Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.430Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-22T00:57:24.431Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=299bde3b-887b-4a30-9dc5-3320a6df2c51 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T00:57:24.432Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.432Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:24.432Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7d71d3b0-7ca1-4878-9c41-a67e05ca21db: basic_vm 2021-05-22T00:57:24.432Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.432Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:24.432Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.433Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:24.433Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.433Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:24.433Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.433Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:24.433Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T00:57:24.433Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T00:57:24.433Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:57:24.524Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2e901232-4647-4886-b3e1-3b5c8dcc69c0 1 ASDC deployResourceStructure 2021-05-22T00:57:24.525Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-22T00:57:24.525Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-22T00:57:24.525Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:57:24.525Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:24.527Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:24.528Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645044525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:57:24.628Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:24.629Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:24.629Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:24.639Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:24.639Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:25.529Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-22T00:57:25.529Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-22T00:57:25.529Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:57:25.529Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:25.531Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:25.531Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645045528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-22T00:57:25.631Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:25.632Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:25.632Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:25.644Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:25.644Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:26.531Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-22T00:57:26.531Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-22T00:57:26.532Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:57:26.532Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:26.534Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:26.534Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645046531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-22T00:57:26.634Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:26.635Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:26.635Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:26.646Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:26.646Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:27.535Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-22T00:57:27.536Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-22T00:57:27.536Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T00:57:27.536Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T00:57:27.538Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T00:57:27.539Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645047535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:57:27.639Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T00:57:27.639Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T00:57:27.639Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:27.649Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:27.650Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-22T00:57:28.539Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:57:28.549Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:57:28.555Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:57:28.555Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:57:28.555Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:57:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:57:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:57:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:57:41.333Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:57:41.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645024260, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T00:57:41.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645021445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "aai-ml", "timestamp": 1621645026723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645025673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "clamp", "timestamp": 1621645026776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "cds", "timestamp": 1621645031106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645021445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "aai-ml", "timestamp": 1621645026723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645025673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "clamp", "timestamp": 1621645026776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "cds", "timestamp": 1621645031106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645021445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "aai-ml", "timestamp": 1621645026723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645025673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "clamp", "timestamp": 1621645026776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "cds", "timestamp": 1621645031106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645021445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "aai-ml", "timestamp": 1621645026723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645025673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "clamp", "timestamp": 1621645026776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "cds", "timestamp": 1621645031106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645021445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "aai-ml", "timestamp": 1621645026723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645025673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "clamp", "timestamp": 1621645026776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "cds", "timestamp": 1621645031106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645021445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "aai-ml", "timestamp": 1621645026723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645025673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "clamp", "timestamp": 1621645026776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "cds", "timestamp": 1621645031106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645021445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "aai-ml", "timestamp": 1621645026723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645025673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645025276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "clamp", "timestamp": 1621645026776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "cds", "timestamp": 1621645031106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645038870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645038876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "aai-ml", "timestamp": 1621645038885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645038892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "cds", "timestamp": 1621645038965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:41.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "cds", "timestamp": 1621645039970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:57:41.415Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31b3a1cf-3385-4af6-9343-18ee67ba07bb 2021-05-22T00:57:41.415Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31b3a1cf-3385-4af6-9343-18ee67ba07bb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:57:41.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645040008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645040016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645041144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "clamp", "timestamp": 1621645041167, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645041241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645041257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-22T00:57:41.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645042245, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:57:41.430Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31b3a1cf-3385-4af6-9343-18ee67ba07bb 2021-05-22T00:57:41.430Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31b3a1cf-3385-4af6-9343-18ee67ba07bb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:57:41.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645042263, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:57:41.441Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31b3a1cf-3385-4af6-9343-18ee67ba07bb 2021-05-22T00:57:41.441Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31b3a1cf-3385-4af6-9343-18ee67ba07bb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645042272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "clamp", "timestamp": 1621645043173, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645043248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-windriver-id", "timestamp": 1621645043267, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645043404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "aai-ml", "timestamp": 1621645043979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "clamp", "timestamp": 1621645044176, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:57:41.452Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31b3a1cf-3385-4af6-9343-18ee67ba07bb 2021-05-22T00:57:41.452Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31b3a1cf-3385-4af6-9343-18ee67ba07bb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:57:41.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645044252, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645044525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "aai-ml", "timestamp": 1621645044982, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:57:41.465Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31b3a1cf-3385-4af6-9343-18ee67ba07bb 2021-05-22T00:57:41.465Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31b3a1cf-3385-4af6-9343-18ee67ba07bb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:57:41.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645045031, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645044252, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645045528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645045673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "cds", "timestamp": 1621645046106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "ves-openapi-manager", "timestamp": 1621645031645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645044252, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645046531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645046633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645045673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "cds", "timestamp": 1621645046106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645044252, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645047535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645045673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "cds", "timestamp": 1621645046106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645044252, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645048531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645045673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "cds", "timestamp": 1621645046106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645044252, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "policy-id", "timestamp": 1621645049423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645049627, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:57:41.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31b3a1cf-3385-4af6-9343-18ee67ba07bb 2021-05-22T00:57:41.485Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31b3a1cf-3385-4af6-9343-18ee67ba07bb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645045673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "cds", "timestamp": 1621645046106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645044252, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "policy-id", "timestamp": 1621645050427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "multicloud-k8s-id", "timestamp": 1621645050630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645045673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "cds", "timestamp": 1621645046106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645044252, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "policy-id", "timestamp": 1621645051429, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:57:41.499Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31b3a1cf-3385-4af6-9343-18ee67ba07bb 2021-05-22T00:57:41.499Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31b3a1cf-3385-4af6-9343-18ee67ba07bb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T00:57:41.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645045673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "cds", "timestamp": 1621645046106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "ves-openapi-manager", "timestamp": 1621645051645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645045673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645052841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645038214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "cds", "timestamp": 1621645046106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "ves-openapi-manager", "timestamp": 1621645051645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:57:41.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "ves-openapi-manager", "timestamp": 1621645051645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645054554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645054637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.512Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:41.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "cds", "timestamp": 1621645055047, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.513Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "ves-openapi-manager", "timestamp": 1621645051645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T00:57:41.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645055836, "artifactURL": "/sdc/v1/catalog/services/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b/resourceInstances/basicclamp0/artifacts/740a7b03-163f-4966-b74d-1b23383d893b", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645056035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "cds", "timestamp": 1621645056052, "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-05-22T00:57:41.528Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd517912-ae54-4bac-8c76-1548886781aa 2021-05-22T00:57:41.528Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd517912-ae54-4bac-8c76-1548886781aa and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:57:41.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645056051, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "ves-openapi-manager", "timestamp": 1621645051645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-22T00:57:41.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645056723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645056776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645057053, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:57:41.543Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd517912-ae54-4bac-8c76-1548886781aa 2021-05-22T00:57:41.544Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd517912-ae54-4bac-8c76-1548886781aa and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:57:41.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645057081, "artifactURL": "/sdc/v1/catalog/services/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b/resourceInstances/basicclamp0/artifacts/740a7b03-163f-4966-b74d-1b23383d893b", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "ves-openapi-manager", "timestamp": 1621645051645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645057441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645056723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645056776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645058056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "dcae-sch", "timestamp": 1621645058084, "artifactURL": "/sdc/v1/catalog/services/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b/resourceInstances/basicclamp0/artifacts/740a7b03-163f-4966-b74d-1b23383d893b", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:57:41.559Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of bd517912-ae54-4bac-8c76-1548886781aa 2021-05-22T00:57:41.559Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd517912-ae54-4bac-8c76-1548886781aa and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T00:57:41.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "ves-openapi-manager", "timestamp": 1621645051645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645058447, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T00:57:41.573Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd517912-ae54-4bac-8c76-1548886781aa 2021-05-22T00:57:41.573Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd517912-ae54-4bac-8c76-1548886781aa and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T00:57:41.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645036678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645058841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645056723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645056776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "ves-openapi-manager", "timestamp": 1621645051645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-windriver-id", "timestamp": 1621645059452, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T00:57:41.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645041163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "dcae-sch", "timestamp": 1621645059087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645059808, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645056723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645056776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645060583, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:41.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "dcae-sch", "timestamp": 1621645059087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645056723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645056776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645060939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T00:57:41.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:57:58.555Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:57:58.565Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:57:58.568Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:57:58.568Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T00:57:58.568Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:57:58.568Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:58:28.568Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:58:28.579Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:58:28.581Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:58:28.581Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T00:58:28.581Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:58:28.581Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:58:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:58:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:58:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:58:41.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:58:41.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:58:41.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645061268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:58:41.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:58:58.581Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:58:58.591Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:58:58.593Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:58:58.593Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T00:58:58.593Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:58:58.593Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:59:28.593Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:59:28.602Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:59:28.604Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:59:28.604Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T00:59:28.604Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:59:28.604Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T00:59:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T00:59:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T00:59:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T00:59:41.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T00:59:41.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T00:59:41.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645061586, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T00:59:41.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T00:59:58.605Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:59:58.616Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T00:59:58.618Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T00:59:58.618Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T00:59:58.618Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T00:59:58.618Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T01:00:28.618Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T01:00:28.627Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T01:00:28.630Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T01:00:28.630Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T01:00:28.630Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-22T01:00:28.630Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-22T01:00:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:00:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:00:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:00:41.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:00:41.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "cds", "timestamp": 1621645061106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "dcae-sch", "timestamp": 1621645059087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645056723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645056776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645061445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645062084, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645062271, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.743Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31b3a1cf-3385-4af6-9343-18ee67ba07bb 2021-05-22T01:00:41.743Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31b3a1cf-3385-4af6-9343-18ee67ba07bb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:00:41.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "policy-id", "timestamp": 1621645062588, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.759Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd517912-ae54-4bac-8c76-1548886781aa 2021-05-22T01:00:41.759Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd517912-ae54-4bac-8c76-1548886781aa and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T01:00:41.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "cds", "timestamp": 1621645061106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "dcae-sch", "timestamp": 1621645059087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645056723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645056776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645061445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:00:41.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645063099, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.774Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd517912-ae54-4bac-8c76-1548886781aa 2021-05-22T01:00:41.774Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd517912-ae54-4bac-8c76-1548886781aa and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T01:00:41.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "cds", "timestamp": 1621645061106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "dcae-sch", "timestamp": 1621645059087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645056723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645056776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645061445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "multicloud-k8s-id", "timestamp": 1621645064101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645063590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "cds", "timestamp": 1621645061106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "dcae-sch", "timestamp": 1621645059087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645061445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645063590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645065349, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "cds", "timestamp": 1621645061106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645065105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "dcae-sch", "timestamp": 1621645059087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645061445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645065673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645063590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "cds", "timestamp": 1621645061106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645065105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:00:41.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "dcae-sch", "timestamp": 1621645059087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645061445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645065673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645063590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "cds", "timestamp": 1621645061106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645065105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645061445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645065673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T01:00:41.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645063590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "cds", "timestamp": 1621645061106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645065105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645061445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645065673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645063590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645065105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645070171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645065673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645063590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "cds", "timestamp": 1621645070341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645070551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645065105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645071174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645065673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645071241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645063590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645065105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645071836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645065673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "aai-ml", "timestamp": 1621645072244, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.798Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd517912-ae54-4bac-8c76-1548886781aa 2021-05-22T01:00:41.798Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd517912-ae54-4bac-8c76-1548886781aa and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:00:41.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645072253, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "cds", "timestamp": 1621645072518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:00:41.819Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2fce0237-a2af-44fb-8109-81721433b14a 2021-05-22T01:00:41.819Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fce0237-a2af-44fb-8109-81721433b14a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:00:41.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645072664, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645065105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645065673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645073667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645073819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645073882, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645074343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645074647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "policy-id", "timestamp": 1621645074669, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.833Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fce0237-a2af-44fb-8109-81721433b14a 2021-05-22T01:00:41.833Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fce0237-a2af-44fb-8109-81721433b14a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:00:41.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645074821, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.846Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fce0237-a2af-44fb-8109-81721433b14a 2021-05-22T01:00:41.846Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fce0237-a2af-44fb-8109-81721433b14a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T01:00:41.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645074885, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.858Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd517912-ae54-4bac-8c76-1548886781aa 2021-05-22T01:00:41.858Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd517912-ae54-4bac-8c76-1548886781aa and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645075244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645075824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645075925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645076239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645076247, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645077058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "clamp", "timestamp": 1621645077250, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.872Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd517912-ae54-4bac-8c76-1548886781aa 2021-05-22T01:00:41.872Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd517912-ae54-4bac-8c76-1548886781aa and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:00:41.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645077368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645078074, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.887Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fce0237-a2af-44fb-8109-81721433b14a 2021-05-22T01:00:41.887Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fce0237-a2af-44fb-8109-81721433b14a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T01:00:41.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645078374, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.899Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fce0237-a2af-44fb-8109-81721433b14a 2021-05-22T01:00:41.899Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fce0237-a2af-44fb-8109-81721433b14a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T01:00:41.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-k8s-id", "timestamp": 1621645079077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "multicloud-windriver-id", "timestamp": 1621645079377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645051047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645084149, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645086211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645087214, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.914Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2fce0237-a2af-44fb-8109-81721433b14a 2021-05-22T01:00:41.914Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fce0237-a2af-44fb-8109-81721433b14a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:00:41.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645086723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645086776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645086723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645086776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645086723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645086776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645086723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645086776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645086723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645086776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645086723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645086776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645086723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645086776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645086723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645086776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645095834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645100182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:00:41.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645100561, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "aai-ml", "timestamp": 1621645101564, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.930Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2fce0237-a2af-44fb-8109-81721433b14a 2021-05-22T01:00:41.931Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fce0237-a2af-44fb-8109-81721433b14a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:00:41.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645103185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:00:41.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:00:41.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:00:41.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "clamp", "timestamp": 1621645104188, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:41.942Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2fce0237-a2af-44fb-8109-81721433b14a 2021-05-22T01:00:41.942Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fce0237-a2af-44fb-8109-81721433b14a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:00:58.630Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T01:00:58.643Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T01:00:58.646Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T01:00:58.646Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T01:00:58.646Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-22T01:00:58.647Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-22T01:00:58.647Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:00:58.647Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:00:58.647Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:00:58.647Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:00:58.647Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:00:58.647Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:00:58.647Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:00:58.652Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-22T01:01:28.652Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-22T01:01:28.659Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31b3a1cf-3385-4af6-9343-18ee67ba07bb and serviceModelVersionId: 7d71d3b0-7ca1-4878-9c41-a67e05ca21db 2021-05-22T01:01:28.660Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d35cc0c0-e7d8-448a-b07a-967848b23906 2021-05-22T01:01:28.661Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d35cc0c0-e7d8-448a-b07a-967848b23906/model-vers/model-ver/7d71d3b0-7ca1-4878-9c41-a67e05ca21db?depth=0 2021-05-22T01:01:28.667Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-05-22T01:01:28.708Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d35cc0c0-e7d8-448a-b07a-967848b23906/model-vers/model-ver/7d71d3b0-7ca1-4878-9c41-a67e05ca21db?depth=0|INFO|500||Invoke 2021-05-22T01:01:28.709Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d35cc0c0-e7d8-448a-b07a-967848b23906/model-vers/model-ver/7d71d3b0-7ca1-4878-9c41-a67e05ca21db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d35cc0c0-e7d8-448a-b07a-967848b23906/model-vers/model-ver/7d71d3b0-7ca1-4878-9c41-a67e05ca21db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[31b3a1cf-3385-4af6-9343-18ee67ba07bb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4376e1bc-9135-4130-bb52-960bbb9057b0], X-ECOMP-RequestID=[31b3a1cf-3385-4af6-9343-18ee67ba07bb], X-TransactionId=[], X-ONAP-RequestID=[31b3a1cf-3385-4af6-9343-18ee67ba07bb], Content-Type=[application/merge-patch+json]} 2021-05-22T01:01:28.732Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d35cc0c0-e7d8-448a-b07a-967848b23906/model-vers/model-ver/7d71d3b0-7ca1-4878-9c41-a67e05ca21db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-22T01:01:28.870Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d35cc0c0-e7d8-448a-b07a-967848b23906/model-vers/model-ver/7d71d3b0-7ca1-4878-9c41-a67e05ca21db?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/d35cc0c0-e7d8-448a-b07a-967848b23906/model-vers/model-ver/7d71d3b0-7ca1-4878-9c41-a67e05ca21db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210522-01:01:28:737-37523], vertex-id=[213152], Content-Length=[0], Date=[Sat, 22 May 2021 01:01:28 GMT], Content-Type=[application/json]} 2021-05-22T01:01:28.871Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d35cc0c0-e7d8-448a-b07a-967848b23906/model-vers/model-ver/7d71d3b0-7ca1-4878-9c41-a67e05ca21db?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-22T01:01:28.872Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d35cc0c0-e7d8-448a-b07a-967848b23906/model-vers/model-ver/7d71d3b0-7ca1-4878-9c41-a67e05ca21db?depth=0|INFO|500||InvokeReturn 2021-05-22T01:01:28.872Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-22T01:01:28.872Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:01:28.878Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-22T01:01:28.878Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31b3a1cf-3385-4af6-9343-18ee67ba07bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-22T01:01:28.878Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-22T01:01:28.879Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:28.881Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:28.881Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645288878, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T01:01:28.981Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:28.982Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:28.982Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:28.997Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:28.997Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T01:01:29.894Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:01:29.894Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|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-05-22T01:01:29.894Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:34.216Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:34.218Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-22T01:01:34.218Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd517912-ae54-4bac-8c76-1548886781aa","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b","serviceDescription":"service","serviceInvariantUUID":"c051298f-b7f8-4883-a6f0-5c84d378b7e3","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"354cf0e7-49e0-4d69-9e4f-223e386fd6ea","resourceInvariantUUID":"2f32c26e-3547-459f-8156-337b17aac598","resourceCustomizationUUID":"58895483-bd28-47af-825d-a860873d853c","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":"740a7b03-163f-4966-b74d-1b23383d893b","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":"NTAxNjMxZDViNDFhMmIwZDRmMWVjOGU2NGRiZmNlZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5cda59b9-2e2b-4e40-9fcb-e96bbab2367f","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":"NzhiMDE3NzFlZjIzZTk1NzUyM2ZmMDdjNGJlYWM3MjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e10c719e-e23f-4f3c-a363-fc2f8731271c","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":"2db99c96-7e52-41a8-bb2b-e08ae5534f5b","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":"1414bf84-c852-4260-8166-e900ad12c91d","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":"8372e351-2b69-469b-84fb-78f8cbf139cf","artifactVersion":"2","generatedFromUUID":"2db99c96-7e52-41a8-bb2b-e08ae5534f5b"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MDA3MTEyODRiNTAzYzY2M2FmZmY4OWNmYTA3MGNmMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc352213-00d3-4cf9-9863-c594f0c919ed","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTI4YzgxZDUwYjY1MTMzNTkzMzYzZmU2NmU5MjE5YWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b6512e6-f556-4d0a-b7a9-e917e2514bee","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-22T01:01:34.220Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:01:34.221Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:34.223Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:34.223Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:34.323Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:34.324Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:34.324Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:34.336Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:34.337Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:35.223Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:01:35.224Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:35.225Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:35.225Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:35.326Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T01:01:35.326Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:35.327Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:35.336Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:35.336Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:36.226Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:01:36.227Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:36.229Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:36.229Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:01:36.329Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:36.330Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:36.330Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:36.341Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:36.342Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:37.230Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:01:37.231Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:37.234Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:37.234Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T01:01:37.334Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:37.335Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:37.335Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:37.345Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:37.346Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:38.235Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:01:38.236Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:38.238Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:38.238Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:38.338Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:38.339Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:38.339Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:38.350Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:38.350Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-22T01:01:39.239Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:01:39.240Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:39.242Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:39.242Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-22T01:01:39.342Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:39.343Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:39.343Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:39.354Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:39.355Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:40.243Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:01:40.244Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:40.246Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:40.246Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:40.346Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:40.347Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:40.347Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:40.358Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:40.359Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:01:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:01:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:41.246Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:01:41.247Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:41.249Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:41.249Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:01:41.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:41.349Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:41.350Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:41.350Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:41.361Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:41.361Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:41.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645265673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645266723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645261047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645261445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645266776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645261163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645261445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645265673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645266723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645266776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645261047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645261163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645261445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645265673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-22T01:01:41.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645266776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645266723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645261047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645261163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645261445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645266723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645265673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:01:41.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645266776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645261047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645261163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645271106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "ves-openapi-manager", "timestamp": 1621645271645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645261445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645266723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645266776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645265673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645261047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645261163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645271106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "ves-openapi-manager", "timestamp": 1621645271645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645261445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645266723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645266776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645265673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645261047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645261163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645271106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "ves-openapi-manager", "timestamp": 1621645271645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645261445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645266723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645266776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645265673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645261047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645261163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645271106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "ves-openapi-manager", "timestamp": 1621645271645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645261445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645266723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645266776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645265673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645261047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645261163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645271106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "ves-openapi-manager", "timestamp": 1621645271645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645261445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645266723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645266776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645265673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645261047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645261163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645271106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "ves-openapi-manager", "timestamp": 1621645271645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645276678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645277562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645277584, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645277589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645277594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645277600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645271106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "ves-openapi-manager", "timestamp": 1621645271645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645276678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645278602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645271106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645278796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645278849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "dcae-sch", "timestamp": 1621645278214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "ves-openapi-manager", "timestamp": 1621645271645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645276678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "policy-id", "timestamp": 1621645279604, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:01:41.402Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af1b60a9-9281-4e11-bfaa-8446c192df48 2021-05-22T01:01:41.402Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af1b60a9-9281-4e11-bfaa-8446c192df48 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:01:41.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645279666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:01:41.410Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645271106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:01:41.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "dcae-sch", "timestamp": 1621645278214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645279914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645279963, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "ves-openapi-manager", "timestamp": 1621645271645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645276678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621645280669, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:01:41.417Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af1b60a9-9281-4e11-bfaa-8446c192df48 2021-05-22T01:01:41.417Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af1b60a9-9281-4e11-bfaa-8446c192df48 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:01:41.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "dcae-sch", "timestamp": 1621645278214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645280899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645281039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645281089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645276678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-22T01:01:41.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "dcae-sch", "timestamp": 1621645278214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "cds", "timestamp": 1621645281904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:01:41.434Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af1b60a9-9281-4e11-bfaa-8446c192df48 2021-05-22T01:01:41.434Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af1b60a9-9281-4e11-bfaa-8446c192df48 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:01:41.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645282043, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:01:41.449Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af1b60a9-9281-4e11-bfaa-8446c192df48 2021-05-22T01:01:41.449Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af1b60a9-9281-4e11-bfaa-8446c192df48 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T01:01:41.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645282096, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:01:41.461Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af1b60a9-9281-4e11-bfaa-8446c192df48 2021-05-22T01:01:41.461Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af1b60a9-9281-4e11-bfaa-8446c192df48 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T01:01:41.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645276678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645282486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:01:41.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "dcae-sch", "timestamp": 1621645278214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-starlingx-id", "timestamp": 1621645283045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-windriver-id", "timestamp": 1621645283101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645276678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "aai-ml", "timestamp": 1621645283489, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:01:41.472Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af1b60a9-9281-4e11-bfaa-8446c192df48 2021-05-22T01:01:41.473Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af1b60a9-9281-4e11-bfaa-8446c192df48 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "dcae-sch", "timestamp": 1621645278214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645276678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "dcae-sch", "timestamp": 1621645278214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645276678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "dcae-sch", "timestamp": 1621645278214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645286209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645286853, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "dcae-sch", "timestamp": 1621645278214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645288217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645288638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "31b3a1cf-3385-4af6-9343-18ee67ba07bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645288878, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T01:01:41.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "clamp", "timestamp": 1621645289219, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:01:41.488Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af1b60a9-9281-4e11-bfaa-8446c192df48 2021-05-22T01:01:41.488Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af1b60a9-9281-4e11-bfaa-8446c192df48 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:01:41.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645290033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645291539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:41.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645292588, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:01:41.500Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af1b60a9-9281-4e11-bfaa-8446c192df48 2021-05-22T01:01:41.500Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af1b60a9-9281-4e11-bfaa-8446c192df48 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-22T01:01:41.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "multicloud-k8s-id", "timestamp": 1621645293590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:01:41.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:01:41.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-22T01:01:41.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:41.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:01:41.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:01:41.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:01:42.250Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b", "serviceDescription": "service", "serviceInvariantUUID": "c051298f-b7f8-4883-a6f0-5c84d378b7e3", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "58895483-bd28-47af-825d-a860873d853c", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "354cf0e7-49e0-4d69-9e4f-223e386fd6ea", "resourceInvariantUUID": "2f32c26e-3547-459f-8156-337b17aac598", "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": "NzhiMDE3NzFlZjIzZTk1NzUyM2ZmMDdjNGJlYWM3MjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e10c719e-e23f-4f3c-a363-fc2f8731271c", "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": "2db99c96-7e52-41a8-bb2b-e08ae5534f5b", "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": "8372e351-2b69-469b-84fb-78f8cbf139cf", "generatedFromUUID": "2db99c96-7e52-41a8-bb2b-e08ae5534f5b" }, "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": "8372e351-2b69-469b-84fb-78f8cbf139cf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MTI4YzgxZDUwYjY1MTMzNTkzMzYzZmU2NmU5MjE5YWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9b6512e6-f556-4d0a-b7a9-e917e2514bee" } ], "workloadContext": "Production" } 2021-05-22T01:01:42.251Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-22T01:01:42.251Z|31b3a1cf-3385-4af6-9343-18ee67ba07bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b ASDC 2021-05-22T01:01:42.251Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:bd517912-ae54-4bac-8c76-1548886781aa ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b ServiceInvariantUUID:c051298f-b7f8-4883-a6f0-5c84d378b7e3 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:9b6512e6-f556-4d0a-b7a9-e917e2514bee ArtifactChecksum:MTI4YzgxZDUwYjY1MTMzNTkzMzYzZmU2NmU5MjE5YWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:58895483-bd28-47af-825d-a860873d853c ResourceInvariantUUID:2f32c26e-3547-459f-8156-337b17aac598 ResourceName:basicclamp ResourceType:VF ResourceUUID:354cf0e7-49e0-4d69-9e4f-223e386fd6ea 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:e10c719e-e23f-4f3c-a363-fc2f8731271c ArtifactChecksum:NzhiMDE3NzFlZjIzZTk1NzUyM2ZmMDdjNGJlYWM3MjM= 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:2db99c96-7e52-41a8-bb2b-e08ae5534f5b 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:8372e351-2b69-469b-84fb-78f8cbf139cf 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:8372e351-2b69-469b-84fb-78f8cbf139cf ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-22T01:01:42.251Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T01:01:42.278Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T01:01:42.279Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T01:01:42.279Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T01:01:42.279Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9b6512e6-f556-4d0a-b7a9-e917e2514bee from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-22T01:01:42.280Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:01:42.280Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-22T01:01:42.425Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:01:42.430Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 9b6512e6-f556-4d0a-b7a9-e917e2514bee 76823 2021-05-22T01:01:42.430Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-22T01:01:42.430Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-22T01:01:42.430Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:01:42.430Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:42.432Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:42.432Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645302430, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:42.533Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:42.533Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:42.533Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:42.546Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:42.546Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:43.433Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T01:01:43.434Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T01:01:43.434Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9b6512e6-f556-4d0a-b7a9-e917e2514bee, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:43.435Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-22T01:01:43.435Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:43.435Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:43.638Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17463244229287902839/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-05-22T01:01:44.563Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.564Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.565Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.565Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-22T01:01:44.565Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T01:01:44.565Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.565Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:44.565Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-22T01:01:44.566Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T01:01:44.566Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T01:01:44.566Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.566Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:44.566Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-22T01:01:44.566Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T01:01:44.567Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T01:01:44.567Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.567Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:44.567Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.567Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-22T01:01:44.568Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-22T01:01:44.568Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-22T01:01:44.568Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-22T01:01:44.568Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-22T01:01:44.568Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-22T01:01:44.568Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.569Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T01:01:44.569Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.569Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-22T01:01:44.569Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:01:44.569Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.570Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-22T01:01:44.570Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:01:44.570Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.570Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-22T01:01:44.570Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:01:44.571Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.571Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-22T01:01:44.571Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-22T01:01:44.571Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-22T01:01:44.571Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cfb6a41f-00d3-440e-9d58-12714384e508 2021-05-22T01:01:44.571Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.572Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:44.572Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.572Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:44.572Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.572Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:44.573Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:44.573Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:44.573Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b Model Version:NULL Model InvariantUuid:c051298f-b7f8-4883-a6f0-5c84d378b7e3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:516e1df5-1113-4011-942f-414dd091eabc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2f32c26e-3547-459f-8156-337b17aac598 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:58895483-bd28-47af-825d-a860873d853c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cd7069dd-1b54-4bac-a080-141bd2d82d98 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:957df6a4-922d-4a7a-9e77-998140ddcdb8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cfb6a41f-00d3-440e-9d58-12714384e508 ModelInvariantUuid:8cc9298c-4eb5-49a7-b5ef-50a395cc11c7 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:273b7a7c-23d6-4716-a240-54918aa26687 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:d343bd50-a9e2-45e5-a91a-32e5bf30aadf ModelInvariantUuid:9c401d8b-88b5-4a38-9e2d-cd58b2a91b31 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:f2d4a79e-3ea5-472a-b766-a3a2d1ab86f6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-22T01:01:44.578Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 354cf0e7-49e0-4d69-9e4f-223e386fd6ea Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:01:44.580Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-05-22T01:01:44.580Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 354cf0e7-49e0-4d69-9e4f-223e386fd6ea 2021-05-22T01:01:44.581Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e10c719e-e23f-4f3c-a363-fc2f8731271c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-22T01:01:44.581Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:01:44.581Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-22T01:01:45.139Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:01:45.140Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json e10c719e-e23f-4f3c-a363-fc2f8731271c 790 2021-05-22T01:01:45.140Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-22T01:01:45.140Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-22T01:01:45.140Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:01:45.141Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:45.143Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:45.143Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645305140, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:45.243Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:45.244Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:45.244Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:45.255Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:45.256Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:46.144Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "cd7069dd-1b54-4bac-a080-141bd2d82d98", "vfModuleModelVersion": "1", "vfModuleModelUUID": "957df6a4-922d-4a7a-9e77-998140ddcdb8", "vfModuleModelCustomizationUUID": "6a2db04f-4977-454c-bd7e-c29ec7e6a5ef", "isBase": true, "artifacts": [ "2db99c96-7e52-41a8-bb2b-e08ae5534f5b", "8372e351-2b69-469b-84fb-78f8cbf139cf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T01:01:46.148Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:957df6a4-922d-4a7a-9e77-998140ddcdb8 VfModuleModelInvariantUUID:cd7069dd-1b54-4bac-a080-141bd2d82d98 VfModuleModelDescription:NULL Artifacts UUID List:{ 2db99c96-7e52-41a8-bb2b-e08ae5534f5b , 8372e351-2b69-469b-84fb-78f8cbf139cf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T01:01:46.150Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "cd7069dd-1b54-4bac-a080-141bd2d82d98", "vfModuleModelVersion": "1", "vfModuleModelUUID": "957df6a4-922d-4a7a-9e77-998140ddcdb8", "vfModuleModelCustomizationUUID": "6a2db04f-4977-454c-bd7e-c29ec7e6a5ef", "isBase": true, "artifacts": [ "2db99c96-7e52-41a8-bb2b-e08ae5534f5b", "8372e351-2b69-469b-84fb-78f8cbf139cf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T01:01:46.150Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:957df6a4-922d-4a7a-9e77-998140ddcdb8 VfModuleModelInvariantUUID:cd7069dd-1b54-4bac-a080-141bd2d82d98 VfModuleModelDescription:NULL Artifacts UUID List:{ 2db99c96-7e52-41a8-bb2b-e08ae5534f5b , 8372e351-2b69-469b-84fb-78f8cbf139cf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T01:01:46.150Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2db99c96-7e52-41a8-bb2b-e08ae5534f5b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-22T01:01:46.150Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:01:46.150Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-22T01:01:46.663Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:01:46.664Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2db99c96-7e52-41a8-bb2b-e08ae5534f5b 5033 2021-05-22T01:01:46.664Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-22T01:01:46.664Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-22T01:01:46.664Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:01:46.664Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:46.666Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:46.666Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645306664, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:46.767Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T01:01:46.768Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:46.768Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:46.779Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:46.779Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:47.667Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8372e351-2b69-469b-84fb-78f8cbf139cf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-22T01:01:47.669Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:01:47.669Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-22T01:01:48.351Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:01:48.352Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 8372e351-2b69-469b-84fb-78f8cbf139cf 909 2021-05-22T01:01:48.352Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-22T01:01:48.352Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-22T01:01:48.352Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:01:48.353Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:48.354Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:48.354Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645308352, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:01:48.455Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:48.456Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:48.456Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:48.467Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:48.467Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:49.355Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b 2021-05-22T01:01:49.356Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 354cf0e7-49e0-4d69-9e4f-223e386fd6ea ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:01:49.370Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.370Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:49.370Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-05-22T01:01:49.370Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 58895483-bd28-47af-825d-a860873d853c 2021-05-22T01:01:49.370Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58895483-bd28-47af-825d-a860873d853c matches Tosca VF Customization UUID: 58895483-bd28-47af-825d-a860873d853c 2021-05-22T01:01:49.371Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 58895483-bd28-47af-825d-a860873d853c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-22T01:01:49.372Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.372Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:49.373Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 58895483-bd28-47af-825d-a860873d853c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-05-22T01:01:49.373Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@213fa20 2021-05-22T01:01:49.373Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.373Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T01:01:49.373Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a2db04f-4977-454c-bd7e-c29ec7e6a5ef 2021-05-22T01:01:49.373Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a2db04f-4977-454c-bd7e-c29ec7e6a5ef Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-22T01:01:49.375Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.375Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-22T01:01:49.375Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:01:49.376Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.376Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-22T01:01:49.376Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:01:49.376Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.376Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-22T01:01:49.376Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-22T01:01:49.377Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-22T01:01:49.377Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cfb6a41f-00d3-440e-9d58-12714384e508 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-22T01:01:49.378Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.379Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-22T01:01:49.379Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:01:49.379Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.379Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-22T01:01:49.379Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=58895483-bd28-47af-825d-a860873d853c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:01:49.381Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.381Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:49.381Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b: basicclamp 2021-05-22T01:01:49.381Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.382Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:49.382Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.382Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:49.382Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.382Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:49.383Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.383Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:49.383Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:01:49.384Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:01:49.384Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:01:49.460Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 354cf0e7-49e0-4d69-9e4f-223e386fd6ea 1 ASDC deployResourceStructure 2021-05-22T01:01:49.460Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-22T01:01:49.461Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-22T01:01:49.461Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:01:49.461Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:49.463Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:49.464Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645309460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:01:49.564Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:49.565Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:49.565Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:49.574Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:49.575Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:50.465Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-22T01:01:50.465Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-22T01:01:50.465Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:01:50.466Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:50.467Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:50.468Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645310465, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-22T01:01:50.568Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:50.569Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:50.569Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:50.579Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:50.579Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:51.468Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-22T01:01:51.469Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-22T01:01:51.469Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:01:51.470Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:51.472Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:51.472Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645311468, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-22T01:01:51.572Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:51.573Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:51.573Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:51.586Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:51.586Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:52.473Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-22T01:01:52.473Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-22T01:01:52.473Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:01:52.474Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:01:52.476Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:01:52.476Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645312472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:01:52.576Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:01:52.577Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:01:52.577Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:01:52.587Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:01:52.587Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:01:53.477Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd517912-ae54-4bac-8c76-1548886781aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T01:01:53.487Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd517912-ae54-4bac-8c76-1548886781aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T01:01:53.490Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T01:01:53.490Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T01:01:53.490Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-22T01:01:53.490Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-22T01:01:53.490Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:01:53.491Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:01:53.491Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:01:53.491Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:01:53.491Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:01:53.491Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:01:53.491Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:01:53.491Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:01:53.495Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-22T01:02:23.496Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd517912-ae54-4bac-8c76-1548886781aa and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-22T01:02:23.504Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd517912-ae54-4bac-8c76-1548886781aa and serviceModelVersionId: 7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b 2021-05-22T01:02:23.504Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c051298f-b7f8-4883-a6f0-5c84d378b7e3 2021-05-22T01:02:23.504Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c051298f-b7f8-4883-a6f0-5c84d378b7e3/model-vers/model-ver/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b?depth=0 2021-05-22T01:02:23.508Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-05-22T01:02:23.536Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c051298f-b7f8-4883-a6f0-5c84d378b7e3/model-vers/model-ver/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b?depth=0|INFO|500||Invoke 2021-05-22T01:02:23.537Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c051298f-b7f8-4883-a6f0-5c84d378b7e3/model-vers/model-ver/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c051298f-b7f8-4883-a6f0-5c84d378b7e3/model-vers/model-ver/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd517912-ae54-4bac-8c76-1548886781aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[12ccd005-4dac-49d3-a1db-516febd48918], X-ECOMP-RequestID=[bd517912-ae54-4bac-8c76-1548886781aa], X-TransactionId=[], X-ONAP-RequestID=[bd517912-ae54-4bac-8c76-1548886781aa], Content-Type=[application/merge-patch+json]} 2021-05-22T01:02:23.552Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c051298f-b7f8-4883-a6f0-5c84d378b7e3/model-vers/model-ver/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-22T01:02:23.612Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c051298f-b7f8-4883-a6f0-5c84d378b7e3/model-vers/model-ver/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b?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/c051298f-b7f8-4883-a6f0-5c84d378b7e3/model-vers/model-ver/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210522-01:02:23:555-24669], vertex-id=[458968], Content-Length=[0], Date=[Sat, 22 May 2021 01:02:23 GMT], Content-Type=[application/json]} 2021-05-22T01:02:23.613Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c051298f-b7f8-4883-a6f0-5c84d378b7e3/model-vers/model-ver/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-22T01:02:23.613Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c051298f-b7f8-4883-a6f0-5c84d378b7e3/model-vers/model-ver/7a381bb3-41b2-4200-a7f6-a5e8b4cbb49b?depth=0|INFO|500||InvokeReturn 2021-05-22T01:02:23.614Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-22T01:02:23.614Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:02:23.619Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-22T01:02:23.619Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd517912-ae54-4bac-8c76-1548886781aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-22T01:02:23.619Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-22T01:02:23.619Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:23.621Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:23.621Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645343619, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T01:02:23.721Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-22T01:02:23.722Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:23.723Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:23.739Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:23.740Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T01:02:24.637Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-22T01:02:24.637Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fce0237-a2af-44fb-8109-81721433b14a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d316cf65-dd11-4a2c-a47b-8daec287162e","serviceDescription":"service","serviceInvariantUUID":"4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4189f5b0-9e5f-4a56-81ce-a759cd3d940b","resourceInvariantUUID":"e61fc60e-cdb8-45e8-8080-35db58bb0ccc","resourceCustomizationUUID":"93577b6d-ade0-4119-9068-335aefb1383b","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":"ZDZjMjBiMTI5OGM3MGE4MjA4ZTlmMTg5YzRmOGM4Njg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9edd1df6-58f3-42d1-9840-6b1266f6b789","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":"ODFmNzhjNTI3OWI0NjYyZmEyYTEwMDNiZjU3YzYzNWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"34dfa91e-ed6e-4f36-bde1-54c34d9e1510","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":"2618fe0c-64eb-4239-9efb-24037a955884","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":"ca13c176-0286-4205-8b55-c61a8a2bc5d1","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":"fe6a54be-6584-413e-9f80-e3485f71753e","artifactVersion":"2","generatedFromUUID":"2618fe0c-64eb-4239-9efb-24037a955884"},{"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":"YzljNDE3ZjkxZWY1YWI2ZWMwNzNlZGZhYjVjYzgxMzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e968bc55-88ce-4e49-87bb-fbadf458b4fc","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":"ZmFiODMyMzg0NDMzZTdjZDU2Njc4YTJmOWVjZWFiMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49f97751-90e0-407a-b479-5f0f7647404f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2JjYzcwYmU0YzNkM2JmY2M5NDdmMzg4ZDM3MDRlODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48c93cb3-172e-4fc4-9f75-a495de3fe710","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-22T01:02:24.637Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:02:24.638Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:24.640Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:24.640Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:02:24.741Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T01:02:24.742Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:24.742Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:24.753Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:24.754Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:25.641Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:02:25.642Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:25.643Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:25.643Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:02:25.745Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T01:02:25.746Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:25.746Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:25.756Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:25.756Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:26.644Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:02:26.645Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:26.647Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:26.647Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T01:02:26.748Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T01:02:26.749Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:26.749Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:26.761Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:26.761Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:27.648Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:02:27.649Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:27.650Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:27.650Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:02:27.751Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T01:02:27.752Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:27.752Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:27.764Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:27.765Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:28.651Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:02:28.652Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:28.654Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:28.654Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-22T01:02:28.755Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:02:28.756Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:28.756Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:28.768Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:28.769Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:29.654Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:02:29.656Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:29.658Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:29.658Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:02:29.758Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:02:29.759Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:29.759Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:29.770Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:29.771Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:30.658Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:02:30.659Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:30.661Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:30.661Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:02:30.761Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:02:30.762Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:30.762Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:30.774Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:30.774Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-22T01:02:31.661Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:02:31.662Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:31.664Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:31.665Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:02:31.765Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:02:31.766Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:31.766Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:31.776Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:31.776Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:32.666Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d316cf65-dd11-4a2c-a47b-8daec287162e", "serviceDescription": "service", "serviceInvariantUUID": "4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "93577b6d-ade0-4119-9068-335aefb1383b", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4189f5b0-9e5f-4a56-81ce-a759cd3d940b", "resourceInvariantUUID": "e61fc60e-cdb8-45e8-8080-35db58bb0ccc", "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": "ODFmNzhjNTI3OWI0NjYyZmEyYTEwMDNiZjU3YzYzNWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "34dfa91e-ed6e-4f36-bde1-54c34d9e1510", "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": "2618fe0c-64eb-4239-9efb-24037a955884", "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": "fe6a54be-6584-413e-9f80-e3485f71753e", "generatedFromUUID": "2618fe0c-64eb-4239-9efb-24037a955884" }, "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": "fe6a54be-6584-413e-9f80-e3485f71753e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Y2JjYzcwYmU0YzNkM2JmY2M5NDdmMzg4ZDM3MDRlODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "48c93cb3-172e-4fc4-9f75-a495de3fe710" } ], "workloadContext": "Production" } 2021-05-22T01:02:32.666Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-22T01:02:32.666Z|bd517912-ae54-4bac-8c76-1548886781aa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d316cf65-dd11-4a2c-a47b-8daec287162e ASDC 2021-05-22T01:02:32.667Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:2fce0237-a2af-44fb-8109-81721433b14a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d316cf65-dd11-4a2c-a47b-8daec287162e ServiceInvariantUUID:4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c 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:48c93cb3-172e-4fc4-9f75-a495de3fe710 ArtifactChecksum:Y2JjYzcwYmU0YzNkM2JmY2M5NDdmMzg4ZDM3MDRlODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:93577b6d-ade0-4119-9068-335aefb1383b ResourceInvariantUUID:e61fc60e-cdb8-45e8-8080-35db58bb0ccc ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:4189f5b0-9e5f-4a56-81ce-a759cd3d940b 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:34dfa91e-ed6e-4f36-bde1-54c34d9e1510 ArtifactChecksum:ODFmNzhjNTI3OWI0NjYyZmEyYTEwMDNiZjU3YzYzNWQ= 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:2618fe0c-64eb-4239-9efb-24037a955884 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:fe6a54be-6584-413e-9f80-e3485f71753e 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:fe6a54be-6584-413e-9f80-e3485f71753e ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-22T01:02:32.667Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d316cf65-dd11-4a2c-a47b-8daec287162e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T01:02:32.696Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T01:02:32.697Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T01:02:32.697Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T01:02:32.697Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 48c93cb3-172e-4fc4-9f75-a495de3fe710 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-22T01:02:32.697Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:02:32.697Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-22T01:02:33.068Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:02:33.073Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 48c93cb3-172e-4fc4-9f75-a495de3fe710 82059 2021-05-22T01:02:33.074Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-22T01:02:33.074Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-22T01:02:33.074Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:02:33.074Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:33.076Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:33.077Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645353074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:02:33.177Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:02:33.178Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:33.178Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:33.189Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:33.190Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:34.077Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T01:02:34.079Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T01:02:34.079Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 48c93cb3-172e-4fc4-9f75-a495de3fe710, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:34.079Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-05-22T01:02:34.080Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:34.080Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:34.179Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5428785039828071721/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-22T01:02:35.115Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-22T01:02:35.115Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T01:02:35.115Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.115Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-22T01:02:35.115Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.115Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.115Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T01:02:35.116Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T01:02:35.117Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.118Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:35.118Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-22T01:02:35.118Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T01:02:35.118Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T01:02:35.118Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.118Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:35.118Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.119Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-22T01:02:35.119Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-22T01:02:35.119Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-22T01:02:35.119Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-22T01:02:35.119Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-22T01:02:35.119Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-22T01:02:35.119Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.119Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T01:02:35.119Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.120Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-22T01:02:35.120Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:02:35.120Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.120Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-22T01:02:35.120Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:02:35.120Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.120Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-22T01:02:35.121Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:02:35.121Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.121Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-22T01:02:35.121Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-22T01:02:35.121Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-22T01:02:35.121Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=baa4ea94-b555-44de-8f14-cc08af66539a 2021-05-22T01:02:35.121Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.121Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:35.121Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.121Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:35.122Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.122Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:35.122Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:35.122Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:35.122Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d316cf65-dd11-4a2c-a47b-8daec287162e Model Version:NULL Model InvariantUuid:4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c273fde9-382d-4bf7-84b6-a71e2bf02d09 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e61fc60e-cdb8-45e8-8080-35db58bb0ccc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:93577b6d-ade0-4119-9068-335aefb1383b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:61736732-f118-4810-a296-5329533ca5da ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:7a8cc7eb-79a8-477f-a220-c2650caf990c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:baa4ea94-b555-44de-8f14-cc08af66539a ModelInvariantUuid:840765b6-220b-430b-841c-3bfb1dc428ee ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:b18061fd-9c17-4797-86b4-113bdf952670 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:e7ae9a74-7608-4f67-a3ea-047866dbad4d ModelInvariantUuid:a14512dc-90d4-4f89-a30a-59d501f70cab ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:98309c57-284a-494c-9aa4-5cc179a69966 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-22T01:02:35.127Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4189f5b0-9e5f-4a56-81ce-a759cd3d940b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:02:35.130Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2021-05-22T01:02:35.131Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4189f5b0-9e5f-4a56-81ce-a759cd3d940b 2021-05-22T01:02:35.131Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 34dfa91e-ed6e-4f36-bde1-54c34d9e1510 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-22T01:02:35.131Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:02:35.131Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-22T01:02:35.531Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:02:35.531Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 34dfa91e-ed6e-4f36-bde1-54c34d9e1510 792 2021-05-22T01:02:35.531Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-05-22T01:02:35.531Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-22T01:02:35.532Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:02:35.532Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:35.534Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:35.534Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645355531, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:02:35.635Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:02:35.636Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:35.636Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:35.647Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:35.647Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:36.535Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "61736732-f118-4810-a296-5329533ca5da", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7a8cc7eb-79a8-477f-a220-c2650caf990c", "vfModuleModelCustomizationUUID": "6b02bbe7-9740-4b65-9571-da742e31cfe1", "isBase": true, "artifacts": [ "2618fe0c-64eb-4239-9efb-24037a955884", "fe6a54be-6584-413e-9f80-e3485f71753e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T01:02:36.541Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7a8cc7eb-79a8-477f-a220-c2650caf990c VfModuleModelInvariantUUID:61736732-f118-4810-a296-5329533ca5da VfModuleModelDescription:NULL Artifacts UUID List:{ 2618fe0c-64eb-4239-9efb-24037a955884 , fe6a54be-6584-413e-9f80-e3485f71753e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T01:02:36.543Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "61736732-f118-4810-a296-5329533ca5da", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7a8cc7eb-79a8-477f-a220-c2650caf990c", "vfModuleModelCustomizationUUID": "6b02bbe7-9740-4b65-9571-da742e31cfe1", "isBase": true, "artifacts": [ "2618fe0c-64eb-4239-9efb-24037a955884", "fe6a54be-6584-413e-9f80-e3485f71753e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T01:02:36.543Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7a8cc7eb-79a8-477f-a220-c2650caf990c VfModuleModelInvariantUUID:61736732-f118-4810-a296-5329533ca5da VfModuleModelDescription:NULL Artifacts UUID List:{ 2618fe0c-64eb-4239-9efb-24037a955884 , fe6a54be-6584-413e-9f80-e3485f71753e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T01:02:36.543Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2618fe0c-64eb-4239-9efb-24037a955884 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-22T01:02:36.543Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:02:36.543Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-22T01:02:36.776Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:02:36.777Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2618fe0c-64eb-4239-9efb-24037a955884 5033 2021-05-22T01:02:36.777Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-22T01:02:36.777Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-22T01:02:36.777Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:02:36.777Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:36.779Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:36.779Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645356777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:02:36.879Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-22T01:02:36.880Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:36.880Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:36.892Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:36.893Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:37.780Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fe6a54be-6584-413e-9f80-e3485f71753e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-22T01:02:37.781Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:02:37.781Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-22T01:02:37.909Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:02:37.910Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env fe6a54be-6584-413e-9f80-e3485f71753e 903 2021-05-22T01:02:37.910Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-22T01:02:37.910Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-22T01:02:37.910Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:02:37.910Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:37.912Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:37.913Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645357910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:02:38.013Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:02:38.014Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:38.014Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:38.026Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:38.026Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:38.913Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d316cf65-dd11-4a2c-a47b-8daec287162e 2021-05-22T01:02:38.914Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4189f5b0-9e5f-4a56-81ce-a759cd3d940b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:02:38.928Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.929Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:38.929Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-05-22T01:02:38.929Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 93577b6d-ade0-4119-9068-335aefb1383b 2021-05-22T01:02:38.929Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93577b6d-ade0-4119-9068-335aefb1383b matches Tosca VF Customization UUID: 93577b6d-ade0-4119-9068-335aefb1383b 2021-05-22T01:02:38.929Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 93577b6d-ade0-4119-9068-335aefb1383b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-22T01:02:38.931Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.931Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:38.932Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 93577b6d-ade0-4119-9068-335aefb1383b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-22T01:02:38.932Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b66fa6a 2021-05-22T01:02:38.932Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.932Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T01:02:38.933Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b02bbe7-9740-4b65-9571-da742e31cfe1 2021-05-22T01:02:38.933Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b02bbe7-9740-4b65-9571-da742e31cfe1 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-22T01:02:38.935Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.935Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-22T01:02:38.935Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:02:38.935Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.935Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-22T01:02:38.935Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:02:38.936Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.936Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-22T01:02:38.936Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-22T01:02:38.936Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-22T01:02:38.936Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=baa4ea94-b555-44de-8f14-cc08af66539a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-22T01:02:38.937Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.938Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-22T01:02:38.938Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:02:38.938Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.938Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-22T01:02:38.938Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=93577b6d-ade0-4119-9068-335aefb1383b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:02:38.939Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.939Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:38.940Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d316cf65-dd11-4a2c-a47b-8daec287162e: basic_vm_macro 2021-05-22T01:02:38.940Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.940Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:38.940Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.940Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:38.940Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.941Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:38.941Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.941Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:38.941Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:02:38.941Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:02:38.941Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:02:39.007Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4189f5b0-9e5f-4a56-81ce-a759cd3d940b 1 ASDC deployResourceStructure 2021-05-22T01:02:39.008Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-05-22T01:02:39.008Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-22T01:02:39.008Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:02:39.009Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:39.011Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:39.011Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645359008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:02:39.111Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:02:39.112Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:39.112Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:39.123Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:39.123Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:40.011Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-22T01:02:40.012Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-22T01:02:40.012Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:02:40.012Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:40.014Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:40.014Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645360011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-22T01:02:40.115Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T01:02:40.115Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:40.115Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:40.128Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:40.129Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:41.015Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-22T01:02:41.015Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-22T01:02:41.015Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:02:41.016Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:41.017Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:41.018Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645361015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-22T01:02:41.119Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T01:02:41.120Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:41.120Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:41.131Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:41.131Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:02:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:02:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:02:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:41.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:41.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:02:41.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:02:41.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:02:42.018Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-22T01:02:42.019Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-22T01:02:42.019Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:02:42.019Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:02:42.021Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:02:42.021Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645362018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:02:42.121Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:02:42.122Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:02:42.122Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:02:42.134Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:02:42.134Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-22T01:02:43.022Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fce0237-a2af-44fb-8109-81721433b14a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T01:02:43.032Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fce0237-a2af-44fb-8109-81721433b14a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:02:43.035Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:02:43.040Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-22T01:03:13.040Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2fce0237-a2af-44fb-8109-81721433b14a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-22T01:03:13.048Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2fce0237-a2af-44fb-8109-81721433b14a and serviceModelVersionId: d316cf65-dd11-4a2c-a47b-8daec287162e 2021-05-22T01:03:13.048Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c 2021-05-22T01:03:13.049Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c/model-vers/model-ver/d316cf65-dd11-4a2c-a47b-8daec287162e?depth=0 2021-05-22T01:03:13.054Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-05-22T01:03:13.082Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c/model-vers/model-ver/d316cf65-dd11-4a2c-a47b-8daec287162e?depth=0|INFO|500||Invoke 2021-05-22T01:03:13.082Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c/model-vers/model-ver/d316cf65-dd11-4a2c-a47b-8daec287162e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c/model-vers/model-ver/d316cf65-dd11-4a2c-a47b-8daec287162e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2fce0237-a2af-44fb-8109-81721433b14a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d226fff6-501c-4568-b8bf-ee69ec7d4609], X-ECOMP-RequestID=[2fce0237-a2af-44fb-8109-81721433b14a], X-TransactionId=[], X-ONAP-RequestID=[2fce0237-a2af-44fb-8109-81721433b14a], Content-Type=[application/merge-patch+json]} 2021-05-22T01:03:13.096Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c/model-vers/model-ver/d316cf65-dd11-4a2c-a47b-8daec287162e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-22T01:03:13.341Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c/model-vers/model-ver/d316cf65-dd11-4a2c-a47b-8daec287162e?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/4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c/model-vers/model-ver/d316cf65-dd11-4a2c-a47b-8daec287162e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210522-01:03:13:099-51804], vertex-id=[217288], Content-Length=[0], Date=[Sat, 22 May 2021 01:03:13 GMT], Content-Type=[application/json]} 2021-05-22T01:03:13.342Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c/model-vers/model-ver/d316cf65-dd11-4a2c-a47b-8daec287162e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-22T01:03:13.342Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f729c1a-0958-4a29-8bcc-9fb2cd90ac4c/model-vers/model-ver/d316cf65-dd11-4a2c-a47b-8daec287162e?depth=0|INFO|500||InvokeReturn 2021-05-22T01:03:13.342Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-22T01:03:13.342Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:03:13.346Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-22T01:03:13.346Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2fce0237-a2af-44fb-8109-81721433b14a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-22T01:03:13.346Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-22T01:03:13.346Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:13.348Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:13.348Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645393346, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T01:03:13.448Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:13.449Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:13.449Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:13.464Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:13.464Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T01:03:14.361Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-22T01:03:14.361Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"af1b60a9-9281-4e11-bfaa-8446c192df48","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5","serviceDescription":"service","serviceInvariantUUID":"4e235855-1a8f-4724-a8a8-04fc26966247","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0a401459-4ebb-4b92-9c98-c41cc3d10b54","resourceInvariantUUID":"5bdaace4-1806-46a2-a66f-0bd85c95518c","resourceCustomizationUUID":"1b65f08c-5085-47f2-bb2b-49e19d88e72c","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":"YTZjNjEwZjUyZjQ5ZGYzMzM4NjcxNGJiMDE1ZGY0ZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5102fa1b-9b49-42c2-a4ba-b354eb8aeaff","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":"bd2c3b5b-a6f1-431c-942a-005e50543da6","artifactVersion":"2","generatedFromUUID":"dc68f474-39fc-4803-bfc3-dbcc0ee3fa92"},{"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":"dc68f474-39fc-4803-bfc3-dbcc0ee3fa92","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":"MzA3NWJjZGNiMTNiZjhiNmY4M2M5MzIwNTc5MjEwYmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58308b41-5c63-413f-a92e-0277b5cd26d0","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":"6bc18dd8-97e2-446d-9a69-7e4281a031ef","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":"e4230ee2-70dd-4008-aa28-f50f48bf601c","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":"ccdc27f7-ca5f-44a1-bea9-dc357ee95196","artifactVersion":"2","generatedFromUUID":"6bc18dd8-97e2-446d-9a69-7e4281a031ef"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWNmYTUxODU3MWFiMzA2YWZmZjVlMWEzYWI5YWFmMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a0e7c3b-8ed7-467b-8ede-32e9e04f5b12","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGUyMTVkZGU1M2E4ZTZlNDAzMjg2YjMxMTk2MGI5ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"174292eb-28ae-42fa-8032-08a5ca476e02","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-22T01:03:14.361Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:03:14.362Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:14.363Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:14.363Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:03:14.464Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T01:03:14.465Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:14.465Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:14.475Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:14.476Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-22T01:03:15.364Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:03:15.365Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:15.367Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:15.367Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-22T01:03:15.471Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-05-22T01:03:15.473Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:15.473Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:15.484Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:15.484Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:16.367Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:03:16.369Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:16.371Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:16.371Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-22T01:03:16.471Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:16.472Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:16.472Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:16.480Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:16.480Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:17.371Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:03:17.372Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:17.374Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:17.374Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:03:17.474Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:17.476Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:17.476Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:17.487Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:17.488Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:18.374Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:03:18.375Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:18.377Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:18.377Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-22T01:03:18.477Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:18.478Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:18.478Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:18.490Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:18.490Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:19.377Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:03:19.379Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:19.381Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:19.382Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:03:19.482Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:19.484Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:19.484Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:19.495Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:19.496Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:20.382Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:03:20.383Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:20.384Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:20.385Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-22T01:03:20.485Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:20.486Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:20.486Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:20.496Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:20.496Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:21.385Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:03:21.386Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:21.387Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:21.388Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:03:21.488Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:21.489Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:21.489Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:21.502Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:21.502Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:22.388Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-22T01:03:22.389Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:22.391Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:22.391Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:03:22.491Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:22.492Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:22.492Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:22.504Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:22.504Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:23.393Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5", "serviceDescription": "service", "serviceInvariantUUID": "4e235855-1a8f-4724-a8a8-04fc26966247", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "1b65f08c-5085-47f2-bb2b-49e19d88e72c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0a401459-4ebb-4b92-9c98-c41cc3d10b54", "resourceInvariantUUID": "5bdaace4-1806-46a2-a66f-0bd85c95518c", "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": "bd2c3b5b-a6f1-431c-942a-005e50543da6", "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": "dc68f474-39fc-4803-bfc3-dbcc0ee3fa92", "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": "MzA3NWJjZGNiMTNiZjhiNmY4M2M5MzIwNTc5MjEwYmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "58308b41-5c63-413f-a92e-0277b5cd26d0", "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": "6bc18dd8-97e2-446d-9a69-7e4281a031ef", "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": "ccdc27f7-ca5f-44a1-bea9-dc357ee95196", "generatedFromUUID": "6bc18dd8-97e2-446d-9a69-7e4281a031ef" }, "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": "ccdc27f7-ca5f-44a1-bea9-dc357ee95196", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NGUyMTVkZGU1M2E4ZTZlNDAzMjg2YjMxMTk2MGI5ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "174292eb-28ae-42fa-8032-08a5ca476e02" } ], "workloadContext": "Production" } 2021-05-22T01:03:23.394Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-22T01:03:23.394Z|2fce0237-a2af-44fb-8109-81721433b14a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5 ASDC 2021-05-22T01:03:23.395Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:af1b60a9-9281-4e11-bfaa-8446c192df48 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5 ServiceInvariantUUID:4e235855-1a8f-4724-a8a8-04fc26966247 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:174292eb-28ae-42fa-8032-08a5ca476e02 ArtifactChecksum:NGUyMTVkZGU1M2E4ZTZlNDAzMjg2YjMxMTk2MGI5ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:1b65f08c-5085-47f2-bb2b-49e19d88e72c ResourceInvariantUUID:5bdaace4-1806-46a2-a66f-0bd85c95518c ResourceName:basic_cnf ResourceType:VF ResourceUUID:0a401459-4ebb-4b92-9c98-c41cc3d10b54 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:bd2c3b5b-a6f1-431c-942a-005e50543da6 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:dc68f474-39fc-4803-bfc3-dbcc0ee3fa92 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:58308b41-5c63-413f-a92e-0277b5cd26d0 ArtifactChecksum:MzA3NWJjZGNiMTNiZjhiNmY4M2M5MzIwNTc5MjEwYmI= 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:6bc18dd8-97e2-446d-9a69-7e4281a031ef 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:ccdc27f7-ca5f-44a1-bea9-dc357ee95196 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:ccdc27f7-ca5f-44a1-bea9-dc357ee95196 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-22T01:03:23.395Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T01:03:23.434Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T01:03:23.434Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T01:03:23.434Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T01:03:23.434Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 174292eb-28ae-42fa-8032-08a5ca476e02 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-22T01:03:23.435Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:03:23.435Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-22T01:03:23.580Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:03:23.583Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 174292eb-28ae-42fa-8032-08a5ca476e02 71155 2021-05-22T01:03:23.583Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-22T01:03:23.583Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-22T01:03:23.583Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:03:23.583Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:23.585Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:23.585Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645403583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:23.685Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:23.686Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:23.686Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:23.696Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:23.697Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:24.585Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-22T01:03:24.587Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-22T01:03:24.587Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 174292eb-28ae-42fa-8032-08a5ca476e02, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-22T01:03:24.587Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-22T01:03:24.588Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-22T01:03:24.588Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-22T01:03:24.674Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16921340741513645317/Definitions/service-BasicCnf-template.yml 2021-05-22T01:03:25.561Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-22T01:03:25.561Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T01:03:25.561Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-22T01:03:25.561Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-22T01:03:25.561Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-22T01:03:25.561Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-22T01:03:25.561Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-22T01:03:25.562Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-22T01:03:25.562Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-22T01:03:25.562Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-22T01:03:25.562Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.562Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:25.562Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-22T01:03:25.562Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T01:03:25.562Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T01:03:25.563Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.563Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:25.563Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-22T01:03:25.563Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-22T01:03:25.563Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-22T01:03:25.563Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.563Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:25.564Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.564Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-22T01:03:25.564Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-22T01:03:25.564Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-22T01:03:25.564Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-22T01:03:25.564Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.564Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T01:03:25.564Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.565Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-22T01:03:25.565Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:03:25.565Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.565Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-22T01:03:25.565Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:03:25.565Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.565Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-22T01:03:25.566Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:03:25.566Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.566Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-22T01:03:25.566Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-22T01:03:25.566Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=42aed75b-7aab-44f5-ad16-d49d60c2f05f 2021-05-22T01:03:25.566Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.566Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:25.566Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.567Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:25.567Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.567Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:25.567Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:25.567Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:25.567Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5 Model Version:NULL Model InvariantUuid:4e235855-1a8f-4724-a8a8-04fc26966247 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:2b178cd0-cc51-4606-8fc6-dc47833a56bc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5bdaace4-1806-46a2-a66f-0bd85c95518c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1b65f08c-5085-47f2-bb2b-49e19d88e72c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1ad707df-5e03-440f-9279-8da1d50d8614 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:2c5e94d0-543e-4ab3-af28-e32f08e12a3c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:42aed75b-7aab-44f5-ad16-d49d60c2f05f ModelInvariantUuid:54f0ba54-3b06-4eaa-937f-2a146ec18e0d ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:6693d4e9-9e04-45d2-a24b-eeacff586ab9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:9a766972-1fdd-4728-8992-c1db3c64c3ef ModelInvariantUuid:bb7d31d5-28da-425c-827d-c93ad8c19406 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:a0513808-f885-428e-a2f7-da781bbdba4b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-22T01:03:25.573Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 0a401459-4ebb-4b92-9c98-c41cc3d10b54 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:03:25.575Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||basic_cnf 0 2021-05-22T01:03:25.575Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0a401459-4ebb-4b92-9c98-c41cc3d10b54 2021-05-22T01:03:25.575Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bd2c3b5b-a6f1-431c-942a-005e50543da6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-22T01:03:25.575Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:03:25.575Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-22T01:03:26.049Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:03:26.049Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bd2c3b5b-a6f1-431c-942a-005e50543da6 12 2021-05-22T01:03:26.049Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-22T01:03:26.049Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-22T01:03:26.049Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:03:26.049Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:26.051Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:26.051Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645406049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:26.152Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:26.152Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:26.152Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:26.162Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:26.163Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:27.052Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dc68f474-39fc-4803-bfc3-dbcc0ee3fa92 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-22T01:03:27.053Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:03:27.053Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-22T01:03:27.528Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:03:27.529Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz dc68f474-39fc-4803-bfc3-dbcc0ee3fa92 2688 2021-05-22T01:03:27.529Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-22T01:03:27.529Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-22T01:03:27.529Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:03:27.530Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:27.532Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:27.532Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645407529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:27.632Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:27.633Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:27.633Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:27.644Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:27.645Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:28.535Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58308b41-5c63-413f-a92e-0277b5cd26d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-22T01:03:28.535Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:03:28.535Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-22T01:03:29.058Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:03:29.058Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 58308b41-5c63-413f-a92e-0277b5cd26d0 828 2021-05-22T01:03:29.059Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-22T01:03:29.059Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-22T01:03:29.059Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:03:29.059Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:29.061Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:29.061Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645409059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:29.162Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:29.162Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:29.163Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:29.174Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:29.174Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:30.062Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1ad707df-5e03-440f-9279-8da1d50d8614", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2c5e94d0-543e-4ab3-af28-e32f08e12a3c", "vfModuleModelCustomizationUUID": "44a72e38-7a3c-4c98-b9ea-61890391abc5", "isBase": true, "artifacts": [ "dc68f474-39fc-4803-bfc3-dbcc0ee3fa92", "6bc18dd8-97e2-446d-9a69-7e4281a031ef", "ccdc27f7-ca5f-44a1-bea9-dc357ee95196" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T01:03:30.067Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2c5e94d0-543e-4ab3-af28-e32f08e12a3c VfModuleModelInvariantUUID:1ad707df-5e03-440f-9279-8da1d50d8614 VfModuleModelDescription:NULL Artifacts UUID List:{ dc68f474-39fc-4803-bfc3-dbcc0ee3fa92 , 6bc18dd8-97e2-446d-9a69-7e4281a031ef , ccdc27f7-ca5f-44a1-bea9-dc357ee95196 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T01:03:30.070Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1ad707df-5e03-440f-9279-8da1d50d8614", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2c5e94d0-543e-4ab3-af28-e32f08e12a3c", "vfModuleModelCustomizationUUID": "44a72e38-7a3c-4c98-b9ea-61890391abc5", "isBase": true, "artifacts": [ "dc68f474-39fc-4803-bfc3-dbcc0ee3fa92", "6bc18dd8-97e2-446d-9a69-7e4281a031ef", "ccdc27f7-ca5f-44a1-bea9-dc357ee95196" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-22T01:03:30.070Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2c5e94d0-543e-4ab3-af28-e32f08e12a3c VfModuleModelInvariantUUID:1ad707df-5e03-440f-9279-8da1d50d8614 VfModuleModelDescription:NULL Artifacts UUID List:{ dc68f474-39fc-4803-bfc3-dbcc0ee3fa92 , 6bc18dd8-97e2-446d-9a69-7e4281a031ef , ccdc27f7-ca5f-44a1-bea9-dc357ee95196 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-22T01:03:30.070Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6bc18dd8-97e2-446d-9a69-7e4281a031ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-22T01:03:30.070Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:03:30.070Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-22T01:03:30.539Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:03:30.539Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6bc18dd8-97e2-446d-9a69-7e4281a031ef 1164 2021-05-22T01:03:30.539Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-22T01:03:30.540Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-22T01:03:30.540Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:03:30.540Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:30.542Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:30.542Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645410539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:30.642Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:30.643Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:30.643Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:30.653Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:30.654Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-22T01:03:31.543Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ccdc27f7-ca5f-44a1-bea9-dc357ee95196 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-22T01:03:31.543Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-22T01:03:31.543Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-22T01:03:31.949Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-22T01:03:31.949Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ccdc27f7-ca5f-44a1-bea9-dc357ee95196 200 2021-05-22T01:03:31.949Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-22T01:03:31.949Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-22T01:03:31.949Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-22T01:03:31.949Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:31.951Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:31.951Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645411949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:32.051Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:32.052Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:32.052Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:32.064Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:32.064Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:32.951Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5 2021-05-22T01:03:32.952Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0a401459-4ebb-4b92-9c98-c41cc3d10b54 ASDC 2021-05-22T01:03:32.958Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:03:32.968Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.968Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:32.968Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-05-22T01:03:32.968Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1b65f08c-5085-47f2-bb2b-49e19d88e72c 2021-05-22T01:03:32.969Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1b65f08c-5085-47f2-bb2b-49e19d88e72c matches Tosca VF Customization UUID: 1b65f08c-5085-47f2-bb2b-49e19d88e72c 2021-05-22T01:03:32.969Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1b65f08c-5085-47f2-bb2b-49e19d88e72c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-22T01:03:32.970Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.970Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:32.971Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1b65f08c-5085-47f2-bb2b-49e19d88e72c: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-05-22T01:03:32.971Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d14e631 2021-05-22T01:03:32.971Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.971Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-22T01:03:32.972Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44a72e38-7a3c-4c98-b9ea-61890391abc5 2021-05-22T01:03:32.972Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44a72e38-7a3c-4c98-b9ea-61890391abc5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-22T01:03:32.973Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.974Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-22T01:03:32.974Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:03:32.974Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.974Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-22T01:03:32.974Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:03:32.974Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.974Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-22T01:03:32.974Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-22T01:03:32.975Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=42aed75b-7aab-44f5-ad16-d49d60c2f05f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-22T01:03:32.976Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.976Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-22T01:03:32.976Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-22T01:03:32.976Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.976Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-22T01:03:32.977Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1b65f08c-5085-47f2-bb2b-49e19d88e72c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:03:32.978Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.978Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:32.978Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5: basic_cnf 2021-05-22T01:03:32.978Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.978Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:32.978Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.978Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:32.979Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.979Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:32.979Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.979Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:32.979Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-22T01:03:32.979Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-22T01:03:32.979Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-22T01:03:33.031Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0a401459-4ebb-4b92-9c98-c41cc3d10b54 1 ASDC deployResourceStructure 2021-05-22T01:03:33.031Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-22T01:03:33.032Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-05-22T01:03:33.032Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-22T01:03:33.032Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:33.034Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:33.034Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645413031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-22T01:03:33.134Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:33.135Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:33.135Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:33.147Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:33.148Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:34.034Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-22T01:03:34.035Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-05-22T01:03:34.035Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-22T01:03:34.035Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:34.037Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:34.038Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645414034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-22T01:03:34.138Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:34.138Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:34.139Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:34.151Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:34.152Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:35.038Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-22T01:03:35.039Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-22T01:03:35.039Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:03:35.039Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:35.040Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:35.040Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645415038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:03:35.141Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:35.141Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:35.142Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:35.152Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:35.152Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:36.041Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-22T01:03:36.042Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-22T01:03:36.042Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:03:36.042Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:36.043Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:36.044Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645416041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-22T01:03:36.145Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-22T01:03:36.146Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:36.146Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:36.157Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:36.157Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:37.045Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-22T01:03:37.045Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-22T01:03:37.046Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:03:37.046Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:37.048Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:37.048Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645417045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-22T01:03:37.148Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:37.149Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:37.149Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:37.161Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:37.161Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:38.049Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-22T01:03:38.050Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-22T01:03:38.050Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-22T01:03:38.050Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:03:38.053Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:03:38.053Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645418049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:03:38.153Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-22T01:03:38.154Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:03:38.154Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:38.165Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:38.165Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-22T01:03:39.053Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af1b60a9-9281-4e11-bfaa-8446c192df48 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T01:03:39.060Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af1b60a9-9281-4e11-bfaa-8446c192df48 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-22T01:03:39.062Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-22T01:03:39.063Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-22T01:03:39.063Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-22T01:03:39.063Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-22T01:03:39.063Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:03:39.063Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:03:39.063Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:03:39.063Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:03:39.063Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:03:39.063Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-22T01:03:39.063Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-22T01:03:39.067Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-22T01:03:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:03:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:03:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:03:41.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:03:41.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645302430, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:41.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645305140, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:41.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645306664, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645308352, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645309460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645310465, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645311468, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645312472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd517912-ae54-4bac-8c76-1548886781aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645343619, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:03:41.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645353074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645355531, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645356777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645357910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645359008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645360011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-22T01:03:41.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:03:41.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-22T01:03:41.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645361015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-22T01:03:41.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:09.067Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af1b60a9-9281-4e11-bfaa-8446c192df48 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-22T01:04:09.082Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af1b60a9-9281-4e11-bfaa-8446c192df48 and serviceModelVersionId: 72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5 2021-05-22T01:04:09.082Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e235855-1a8f-4724-a8a8-04fc26966247 2021-05-22T01:04:09.083Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e235855-1a8f-4724-a8a8-04fc26966247/model-vers/model-ver/72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5?depth=0 2021-05-22T01:04:09.090Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-05-22T01:04:09.133Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e235855-1a8f-4724-a8a8-04fc26966247/model-vers/model-ver/72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-22T01:04:09.134Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e235855-1a8f-4724-a8a8-04fc26966247/model-vers/model-ver/72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5?depth=0|INFO|500||Invoke 2021-05-22T01:04:09.156Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e235855-1a8f-4724-a8a8-04fc26966247/model-vers/model-ver/72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-22T01:04:09.356Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e235855-1a8f-4724-a8a8-04fc26966247/model-vers/model-ver/72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5?depth=0|INFO|500||InvokeReturn 2021-05-22T01:04:09.356Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e235855-1a8f-4724-a8a8-04fc26966247/model-vers/model-ver/72e1cb34-a9cf-41f3-a4d3-8d4ce68e62f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210522-01:04:09:159-24391], vertex-id=[229576], Content-Length=[0], Date=[Sat, 22 May 2021 01:04:09 GMT], Content-Type=[application/json]} 2021-05-22T01:04:09.356Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-05-22T01:04:09.357Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-22T01:04:09.357Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-22T01:04:09.360Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-22T01:04:09.361Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af1b60a9-9281-4e11-bfaa-8446c192df48 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-22T01:04:09.361Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-22T01:04:09.361Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-22T01:04:09.364Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-22T01:04:09.365Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645449361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T01:04:09.465Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-22T01:04:09.465Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-22T01:04:09.466Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:04:09.481Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:04:09.481Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-22T01:04:10.378Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:04:10.378Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:04:10.378Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:04:20.564Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:04:20.565Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:04:20.566Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:04:20.566Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:04:30.104Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:04:30.105Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:04:30.106Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:04:30.106Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:04:39.644Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:04:39.645Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:04:39.645Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:04:39.645Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:04:41.207Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:04:41.208Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:04:41.208Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:04:41.232Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:04:41.233Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.233Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645362018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:04:41.234Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.235Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.235Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fce0237-a2af-44fb-8109-81721433b14a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645393346, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T01:04:41.235Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.235Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.235Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:04:41.235Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-22T01:04:41.236Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.236Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-22T01:04:41.236Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-22T01:04:41.236Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.236Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-22T01:04:41.237Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-22T01:04:41.237Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.237Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-22T01:04:41.237Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-22T01:04:41.238Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.238Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-22T01:04:41.238Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-22T01:04:41.238Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.238Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-22T01:04:41.238Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-22T01:04:41.239Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.239Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-22T01:04:41.239Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-22T01:04:41.239Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.239Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-22T01:04:41.239Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-22T01:04:41.240Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.240Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645289894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-22T01:04:41.240Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-22T01:04:41.240Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.240Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645403583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-22T01:04:41.241Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.241Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.241Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645406049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:04:41.241Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.241Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.241Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645407529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-22T01:04:41.241Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.241Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.242Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645409059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-22T01:04:41.242Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.242Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.242Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645410539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-22T01:04:41.242Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.242Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.242Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645411949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-22T01:04:41.243Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.243Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.243Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645413031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-22T01:04:41.243Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.243Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.243Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645414034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-22T01:04:41.244Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.244Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.244Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645415038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-22T01:04:41.244Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.244Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.244Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645416041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-22T01:04:41.245Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.245Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.245Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645417045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-22T01:04:41.245Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:41.246Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-22T01:04:41.246Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645418049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-22T01:04:41.246Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:04:49.190Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:04:49.191Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:04:49.191Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:04:49.191Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:04:58.748Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:04:58.748Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:04:58.749Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:04:58.749Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:05:08.283Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:05:08.284Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:05:08.285Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:05:08.285Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:05:17.819Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:05:17.820Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:05:17.821Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:05:17.821Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:05:27.363Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:05:41.204Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:05:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:05:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:05:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:05:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:05:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:05:41.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:05:41.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-22T01:05:41.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af1b60a9-9281-4e11-bfaa-8446c192df48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621645449361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-22T01:05:41.729Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-22T01:05:50.752Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:06:41.204Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:06:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:06:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:06:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:06:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:06:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:06:50.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:06:50.751Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:07:41.204Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:07:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:07:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:07:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:07:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:07:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:07:50.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:07:50.752Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:08:41.204Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:08:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:08:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:08:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:08:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:08:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:08:50.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:08:50.753Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:09:41.204Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:09:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:09:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:09:41.207Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:09:41.207Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:09:41.207Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:09:50.753Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:09:50.757Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:10:41.204Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:10:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:10:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:10:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:10:41.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:10:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:10:50.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:10:50.746Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:11:41.204Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:11:41.206Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:11:41.206Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:11:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:11:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:11:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:11:50.752Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:11:50.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:12:41.204Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:12:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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-05-22T01:12:41.205Z|af1b60a9-9281-4e11-bfaa-8446c192df48|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:12:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:12:41.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:12:41.208Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:12:50.751Z|af1b60a9-9281-4e11-bfaa-8446c192df48|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:12:50.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:13:41.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:13:41.205Z||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-05-22T01:13:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:13:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:13:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:13:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:13:50.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:13:50.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:14:41.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:14:41.205Z||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-05-22T01:14:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:14:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:14:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:14:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:14:50.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:14:50.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:15:41.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:15:41.205Z||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-05-22T01:15:41.205Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:15:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:15:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:15:41.207Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:15:50.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:15:50.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:16:41.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:16:41.205Z||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-05-22T01:16:41.206Z||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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:16:41.207Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-22T01:16:41.207Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-22T01:16:41.207Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|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 RwJEwtgYVYeEs8Lh) ... 2021-05-22T01:16:50.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-22T01:16:50.756Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK