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-16T04:26:27.858Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-b8nms with PID 14 (/app/app.jar started by so in /app) 2021-05-16T04:26:27.863Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-16T04:26:27.863Z||main|||||INFO|500||The following profiles are active: basic 2021-05-16T04:26:34.727Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-16T04:26:34.728Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-16T04:26:34.819Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-16T04:26:36.164Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-16T04:26:36.349Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-16T04:26:36.661Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-16T04:26:36.669Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-16T04:26:36.745Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-16T04:26:36.867Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-16T04:26:37.251Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-16T04:26:38.185Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-16T04:26:40.011Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-16T04:26:40.048Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-16T04:26:40.423Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-16T04:26:40.619Z||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-16T04:26:41.784Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-16T04:26:42.619Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-16T04:26:42.634Z||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$$24bb08c9.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-16T04:26:42.635Z||main|||||WARN|500||The sdc end point is not alive 2021-05-16T04:26:44.638Z||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-16T04:26:46.615Z||main|||||WARN|500||--- 2021-05-16T04:26:46.615Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-16T04:26:46.615Z||main|||||WARN|500||--- 2021-05-16T04:26:46.932Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-16T04:26:49.730Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:26:49.731Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:26:49.732Z||main|||||INFO|500||Started Application in 23.717 seconds (JVM running for 24.805) 2021-05-16T04:26:49.741Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:26:49.764Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:26:49.835Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 014c12cb-152e-4e68-87ae-f67a2a25279e url= /sdc/v1/artifactTypes 2021-05-16T04:26:49.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:26:50.921Z||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.25.150] 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-16T04:26:50.927Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@197bece1 2021-05-16T04:26:50.927Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-16T04:26:50.935Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-16T04:26:50.937Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-16T04:26:50.940Z||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-16T04:27:39.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:27:39.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:27:39.727Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:27:39.730Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:27:39.735Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4db347e5-16d8-451e-883b-d408d9d83ed2 url= /sdc/v1/artifactTypes 2021-05-16T04:27:39.735Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:27:40.767Z||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.25.150] 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-16T04:27:40.768Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@602ead0b 2021-05-16T04:27:40.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-16T04:27:40.769Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-16T04:27:40.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-16T04:27:40.769Z||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-16T04:28:29.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:28:29.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:28:29.727Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:28:29.730Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:28:29.736Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 844364e1-b6b3-4f76-95bc-ea13311d722f url= /sdc/v1/artifactTypes 2021-05-16T04:28:29.736Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:28:30.788Z||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.25.150] 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-16T04:28:30.788Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b8145e8 2021-05-16T04:28:30.789Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-16T04:28:30.789Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-16T04:28:30.790Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-16T04:28:30.790Z||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-16T04:29:19.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:29:19.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:29:19.727Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:29:19.731Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:29:19.736Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a131d21-5344-4ae0-b79e-3bf56221fdcb url= /sdc/v1/artifactTypes 2021-05-16T04:29:19.737Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:29:20.766Z||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.25.150] 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-16T04:29:20.767Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d107d37 2021-05-16T04:29:20.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-16T04:29:20.767Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-16T04:29:20.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-16T04:29:20.769Z||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-16T04:30:09.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:30:09.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:30:09.727Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:30:09.730Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:30:09.734Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 713f9c4c-9f2b-4cf6-ac9d-63977879fbd4 url= /sdc/v1/artifactTypes 2021-05-16T04:30:09.735Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:30:10.751Z||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.25.150] 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-16T04:30:10.752Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7520ff1 2021-05-16T04:30:10.752Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-16T04:30:10.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-16T04:30:10.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-16T04:30:10.753Z||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-16T04:30:59.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:30:59.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:30:59.727Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:30:59.730Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:30:59.734Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c8136ac-354c-4f59-aafa-292aff9b0b5d url= /sdc/v1/artifactTypes 2021-05-16T04:30:59.734Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:31:00.767Z||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.25.150] 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-16T04:31:00.768Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b7fde8d 2021-05-16T04:31:00.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-16T04:31:00.769Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-16T04:31:00.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-16T04:31:00.769Z||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-16T04:31:49.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:31:49.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:31:49.727Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:31:49.730Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:31:49.736Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8479293-075d-402f-81e8-483de3af8ba1 url= /sdc/v1/artifactTypes 2021-05-16T04:31:49.737Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:31:50.752Z||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.25.150] 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-16T04:31:50.752Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52a7b0c1 2021-05-16T04:31:50.752Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-16T04:31:50.753Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-16T04:31:50.753Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-16T04:31:50.753Z||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-16T04:32:39.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:32:39.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:32:39.727Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:32:39.729Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:32:39.734Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e4ee81f-473d-4ab6-aab4-4711449b1652 url= /sdc/v1/artifactTypes 2021-05-16T04:32:39.734Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:32:40.768Z||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.25.150] 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-16T04:32:40.768Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4db3811f 2021-05-16T04:32:40.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-16T04:32:40.768Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-16T04:32:40.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-16T04:32:40.769Z||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-16T04:33:29.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:33:29.728Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:33:29.728Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:33:29.732Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:33:29.738Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c2591c6-063c-4359-8699-70fb0ab9559e url= /sdc/v1/artifactTypes 2021-05-16T04:33:29.738Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:33:30.750Z||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.25.150] 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-16T04:33:30.751Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b448e32 2021-05-16T04:33:30.751Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-16T04:33:30.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-16T04:33:30.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-16T04:33:30.753Z||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-16T04:34:19.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:34:19.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:34:19.727Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:34:19.731Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:34:19.736Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a71834dc-f85b-4b30-be3a-da8796d5adb9 url= /sdc/v1/artifactTypes 2021-05-16T04:34:19.736Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:34:20.234Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-16T04:34:20.270Z||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-16T04:34:20.295Z||scheduling-1|||||DEBUG|500||create keys 2021-05-16T04:34:20.301Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-16T04:34:20.474Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:34:20.488Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d2e11935-3073-4eac-9c27-9a5488a5bec6 url= /sdc/v1/registerForDistribution 2021-05-16T04:34:20.520Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ecb9c66 2021-05-16T04:34:20.520Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-05-16T04:34:20.521Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-05-16T04:34:20.526Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/QINAUtRBfdMYSbdQ will send credentials over a clear channel. 2021-05-16T04:34:20.526Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/QINAUtRBfdMYSbdQ (as QINAUtRBfdMYSbdQ) ... 2021-05-16T04:34:20.579Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:34:20.580Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-16T04:34:20.580Z||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-16T04:35:09.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-16T04:35:09.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-16T04:35:09.727Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-16T04:35:09.729Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-16T04:35:09.733Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33a66bb7-4022-487a-a62d-4949012d7f49 url= /sdc/v1/artifactTypes 2021-05-16T04:35:09.733Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-16T04:35:09.770Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-16T04:35:09.771Z||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-16T04:35:09.771Z||scheduling-1|||||DEBUG|500||create keys 2021-05-16T04:35:09.772Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-05-16T04:35:09.772Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as QINAUtRBfdMYSbdQ) ... 2021-05-16T04:35:09.795Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:35:09.796Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fc931ab1-0706-4091-ac05-270b1e016cf6 url= /sdc/v1/registerForDistribution 2021-05-16T04:35:09.899Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fc931ab1-0706-4091-ac05-270b1e016cf6 url= /sdc/v1/registerForDistribution 2021-05-16T04:35:09.900Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-16T04:35:09.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:35:09.907Z||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-16T04:35:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:35:09.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:35:09.908Z||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-16T04:35:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:35:09.912Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-16T04:35:20.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:35:20.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:36:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:36:09.906Z||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-16T04:36:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:36:09.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:36:09.908Z||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-16T04:36:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:36:19.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:36:19.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:37:05.696Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-16T04:37:09.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:37:09.906Z||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-16T04:37:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:37:09.908Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:37:09.909Z||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-16T04:37:09.909Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:37:19.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:37:19.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:38:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:38:09.906Z||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-16T04:38:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:38:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:38:09.908Z||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-16T04:38:09.909Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:38:19.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:38:19.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:39:09.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:39:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T04:39:09.907Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T04:39:09.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:39:09.909Z||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-16T04:39:09.909Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:39:19.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:39:19.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:40:09.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:40:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T04:40:09.906Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T04:40:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:40:09.908Z||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-16T04:40:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:40:19.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:40:19.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:41:09.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:41:09.906Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T04:41:09.907Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T04:41:09.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:41:09.908Z||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-16T04:41:09.909Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:41:19.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:41:19.459Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:42:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:42:09.907Z||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-16T04:42:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:42:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:42:09.909Z||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-16T04:42:09.909Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:42:19.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:42:19.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:43:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:43:09.906Z||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-16T04:43:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:43:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:43:09.908Z||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-16T04:43:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:43:19.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:43:19.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:44:09.905Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:44:09.906Z||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-16T04:44:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:44:09.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:44:09.908Z||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-16T04:44:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:44:19.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:44:19.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:45:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:45:09.906Z||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-16T04:45:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:45:09.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:45:09.908Z||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-16T04:45:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:45:19.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:45:19.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:46:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:46:09.907Z||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-16T04:46:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:46:09.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:46:09.908Z||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-16T04:46:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:46:19.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:46:19.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:47:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:47:09.906Z||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-16T04:47:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:47:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:47:09.908Z||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-16T04:47:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:47:19.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:47:19.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:48:09.905Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:48:09.906Z||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-16T04:48:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:48:09.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:48:09.908Z||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-16T04:48:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:48:19.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:48:19.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:49:09.905Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:49:09.906Z||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-16T04:49:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:49:09.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:49:09.908Z||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-16T04:49:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:49:19.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:49:19.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:50:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:50:09.906Z||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-16T04:50:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:50:09.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:50:09.908Z||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-16T04:50:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:50:19.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:50:19.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:51:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:51:09.906Z||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-16T04:51:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:51:09.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:51:09.908Z||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-16T04:51:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:51:19.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:51:19.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:52:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:52:09.906Z||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-16T04:52:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:52:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:52:09.908Z||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-16T04:52:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:52:19.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:52:19.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:53:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:53:09.906Z||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-16T04:53:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:53:09.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:53:09.908Z||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-16T04:53:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:53:19.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:53:19.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:54:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:54:09.906Z||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-16T04:54:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:54:09.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:54:09.908Z||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-16T04:54:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:54:19.448Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:54:19.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:55:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:55:09.906Z||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-16T04:55:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:55:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:55:09.908Z||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-16T04:55:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:55:19.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:55:19.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:56:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:56:09.906Z||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-16T04:56:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:56:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:56:09.908Z||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-16T04:56:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:56:19.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:56:19.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:57:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:57:09.906Z||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-16T04:57:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:57:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:57:09.908Z||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-16T04:57:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:57:19.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:57:19.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:58:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:58:09.906Z||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-16T04:58:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:58:09.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:58:09.908Z||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-16T04:58:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:58:19.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:58:19.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:59:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:59:09.906Z||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-16T04:59:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:59:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T04:59:09.908Z||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-16T04:59:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T04:59:19.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T04:59:19.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:00:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:00:09.906Z||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-16T05:00:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:00:09.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:00:09.908Z||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-16T05:00:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:00:19.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:00:19.458Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:01:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:01:09.906Z||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-16T05:01:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:01:09.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:01:09.908Z||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-16T05:01:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:01:19.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:01:19.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:02:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:02:09.906Z||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-16T05:02:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:02:09.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:02:09.908Z||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-16T05:02:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:02:19.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:02:19.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:03:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:03:09.906Z||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-16T05:03:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:03:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:03:09.908Z||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-16T05:03:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:03:19.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:03:19.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:04:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:04:09.906Z||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-16T05:04:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:04:09.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:04:09.908Z||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-16T05:04:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:04:19.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:04:19.456Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:05:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:05:09.907Z||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-16T05:05:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:05:09.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:05:09.908Z||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-16T05:05:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:05:19.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:05:19.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:06:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:06:09.906Z||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-16T05:06:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:06:09.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:06:09.908Z||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-16T05:06:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:06:19.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:06:19.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:07:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:07:09.906Z||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-16T05:07:09.907Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:07:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:07:09.908Z||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-16T05:07:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:07:19.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:07:19.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:08:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:08:09.906Z||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-16T05:08:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:08:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:08:09.908Z||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-16T05:08:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:08:19.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:08:19.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:09:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:09:09.906Z||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-16T05:09:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:09:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:09:09.908Z||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-16T05:09:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:09:19.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:09:19.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:10:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:10:09.906Z||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-16T05:10:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:10:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:10:09.908Z||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-16T05:10:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:10:19.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:10:19.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:11:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:11:09.906Z||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-16T05:11:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:11:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:11:09.908Z||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-16T05:11:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:11:19.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:11:19.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:12:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:12:09.906Z||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-16T05:12:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:12:09.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:12:09.908Z||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-16T05:12:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:12:19.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:12:19.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:13:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:13:09.906Z||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-16T05:13:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:13:09.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:13:09.908Z||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-16T05:13:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:13:19.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:13:19.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:14:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:14:09.906Z||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-16T05:14:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:14:09.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:14:09.908Z||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-16T05:14:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:14:19.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:14:19.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:15:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:15:09.906Z||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-16T05:15:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:15:09.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:15:09.908Z||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-16T05:15:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:15:19.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:15:19.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:16:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:16:09.906Z||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-16T05:16:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:16:09.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:16:09.908Z||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-16T05:16:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:16:19.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:16:19.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:17:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:17:09.906Z||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-16T05:17:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:17:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:17:09.908Z||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-16T05:17:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:17:19.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:17:19.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:18:09.906Z||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-16T05:18:09.906Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:18:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:18:09.908Z||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-16T05:18:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:18:10.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:10.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "clamp", "timestamp": 1621142281321, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "cds", "timestamp": 1621142283075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "clamp", "timestamp": 1621142281321, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "cds", "timestamp": 1621142283075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "clamp", "timestamp": 1621142281321, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "cds", "timestamp": 1621142283075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "clamp", "timestamp": 1621142281321, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142285727, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "cds", "timestamp": 1621142283075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142286180, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "clamp", "timestamp": 1621142281321, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142285727, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "cds", "timestamp": 1621142283075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142287086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142286180, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:18:10.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "clamp", "timestamp": 1621142281321, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "ves-openapi-manager", "timestamp": 1621142287514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142285727, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "cds", "timestamp": 1621142283075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142287086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142286180, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "clamp", "timestamp": 1621142281321, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "ves-openapi-manager", "timestamp": 1621142287514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142285727, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142289012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "cds", "timestamp": 1621142283075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:18:10.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142287086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-16T05:18:10.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:18:10.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:10.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:18:10.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ee97698-349e-4927-8b07-96cb7e37d2cc","serviceName":"vFW 2021-05-16 05-15-17","serviceVersion":"1.0","serviceUUID":"998f1067-0a49-445e-9e25-d32ee87c61d9","serviceDescription":"catalog service description","serviceInvariantUUID":"5ced553f-c2ed-4594-a0a3-5fb5ee8e5949","resources":[{"resourceInstanceName":"vFW 7e27d497-a83f 0","resourceName":"vFW 7e27d497-a83f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1b3c1f8-7d49-48cf-a90b-726707c42578","resourceInvariantUUID":"36a283d0-b64c-42c5-9a90-aa63eaa34f6d","resourceCustomizationUUID":"e8ae8d33-df99-4841-bf23-480f95191531","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml","artifactChecksum":"MGUxYTI3Y2ZiZjE5YTRjZTQ3ZGQ3MWU0ZTZjZjViN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99b5193f-333e-48ff-bab5-ab5222cb98e7","artifactVersion":"1"},{"artifactName":"vfw7e27d497a83f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json","artifactChecksum":"ZWRjMzRiMjMzM2Y1ODllY2M3YTAzYTg4NWJhOGIwYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dba5c04b-be3b-43db-93d3-6bebac2d1efe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"93c6b283-9c6d-4ca3-84aa-50e8f19566d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE0YTI1MGRlODEyZWQ0ZGZmYzkyMDFjZjgxOWQwNTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a58484e9-4a73-4588-b5b3-5ac62790a6b8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2c85794-b08f-400b-af75-872d0c013c22","artifactVersion":"2","generatedFromUUID":"93c6b283-9c6d-4ca3-84aa-50e8f19566d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210516051517-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml","artifactChecksum":"YTM5Zjk1ZTE4MmVhMTAxNjVkM2M2MDE3M2JkZTllYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e358d8a-584c-4ed4-a9b3-8a7bac2f9133","artifactVersion":"1"},{"artifactName":"service-Vfw20210516051517-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar","artifactChecksum":"MWQ4NzljZmQ4MmEyNGVjNDBkY2ZhMzg3YzhlN2JkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-16T05:18:10.537Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:18:10.542Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:10.550Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:10.550Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:10.650Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-05-16T05:18:10.653Z||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-16T05:18:10.654Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:10.665Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:10.665Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:18:11.554Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:18:11.555Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:11.556Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:11.556Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:18:11.656Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:11.657Z||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-16T05:18:11.657Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:11.669Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:11.670Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:18:12.557Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:18:12.558Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:12.559Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:12.559Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-16T05:18:12.660Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:12.660Z||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-16T05:18:12.660Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:12.670Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:12.670Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:18:13.560Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:18:13.561Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:13.563Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:13.563Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:13.663Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:13.664Z||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-16T05:18:13.664Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:13.676Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:13.677Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:18:14.563Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:18:14.564Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:14.566Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:14.566Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-16T05:18:14.666Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:14.667Z||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-16T05:18:14.667Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:14.678Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:14.678Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:18:15.566Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:18:15.567Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:15.569Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:15.569Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:18:15.669Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:15.670Z||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-16T05:18:15.670Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:15.682Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:15.683Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:18:16.569Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:18:16.570Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:16.572Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:16.572Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:18:16.672Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:16.673Z||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-16T05:18:16.674Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:16.685Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:16.686Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:18:17.575Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "serviceName": "vFW 2021-05-16 05-15-17", "serviceVersion": "1.0", "serviceUUID": "998f1067-0a49-445e-9e25-d32ee87c61d9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5ced553f-c2ed-4594-a0a3-5fb5ee8e5949", "resources": [ { "resourceInstanceName": "vFW 7e27d497-a83f 0", "resourceCustomizationUUID": "e8ae8d33-df99-4841-bf23-480f95191531", "resourceName": "vFW 7e27d497-a83f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c1b3c1f8-7d49-48cf-a90b-726707c42578", "resourceInvariantUUID": "36a283d0-b64c-42c5-9a90-aa63eaa34f6d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7e27d497a83f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "artifactChecksum": "ZWRjMzRiMjMzM2Y1ODllY2M3YTAzYTg4NWJhOGIwYjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dba5c04b-be3b-43db-93d3-6bebac2d1efe", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "93c6b283-9c6d-4ca3-84aa-50e8f19566d1", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d2c85794-b08f-400b-af75-872d0c013c22", "generatedFromUUID": "93c6b283-9c6d-4ca3-84aa-50e8f19566d1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d2c85794-b08f-400b-af75-872d0c013c22", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210516051517-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "artifactChecksum": "MWQ4NzljZmQ4MmEyNGVjNDBkY2ZhMzg3YzhlN2JkMzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72" } ], "workloadContext": "Production" } 2021-05-16T05:18:17.576Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-16T05:18:17.576Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 998f1067-0a49-445e-9e25-d32ee87c61d9 ASDC 2021-05-16T05:18:17.662Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5ee97698-349e-4927-8b07-96cb7e37d2cc ServiceName:vFW 2021-05-16 05-15-17 ServiceVersion:1.0 ServiceUUID:998f1067-0a49-445e-9e25-d32ee87c61d9 ServiceInvariantUUID:5ced553f-c2ed-4594-a0a3-5fb5ee8e5949 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210516051517-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar ArtifactUUID:b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72 ArtifactChecksum:MWQ4NzljZmQ4MmEyNGVjNDBkY2ZhMzg3YzhlN2JkMzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7e27d497-a83f 0 ResourceCustomizationUUID:e8ae8d33-df99-4841-bf23-480f95191531 ResourceInvariantUUID:36a283d0-b64c-42c5-9a90-aa63eaa34f6d ResourceName:vFW 7e27d497-a83f ResourceType:VF ResourceUUID:c1b3c1f8-7d49-48cf-a90b-726707c42578 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7e27d497a83f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json ArtifactUUID:dba5c04b-be3b-43db-93d3-6bebac2d1efe ArtifactChecksum:ZWRjMzRiMjMzM2Y1ODllY2M3YTAzYTg4NWJhOGIwYjI= 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/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml ArtifactUUID:93c6b283-9c6d-4ca3-84aa-50e8f19566d1 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/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env ArtifactUUID:d2c85794-b08f-400b-af75-872d0c013c22 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/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env ArtifactUUID:d2c85794-b08f-400b-af75-872d0c013c22 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-16T05:18:17.662Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 998f1067-0a49-445e-9e25-d32ee87c61d9 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-16T05:18:17.871Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:18:17.872Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-16T05:18:17.872Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-16T05:18:17.872Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72 from URL: /sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:17.873Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-16T05:18:17.873Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:20.574Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-16T05:18:20.595Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72 109943 2021-05-16T05:18:20.596Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar ASDC sendASDCNotification 2021-05-16T05:18:20.596Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:20.597Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:18:20.597Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:20.599Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:20.599Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142300595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:18:20.699Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:20.700Z||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-16T05:18:20.700Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:20.712Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:20.712Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:18:21.599Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:18:21.600Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-16T05:18:21.601Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72, URL: /sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar to file: /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:21.601Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210516051517-csar.csar 2021-05-16T05:18:21.745Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:21.746Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:22.321Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11359910371763455313/Definitions/service-Vfw20210516051517-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 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-16T05:18:24.800Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-16T05:18:24.804Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-16T05:18:24.804Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.804Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||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-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7e27d497-a83f 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-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||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-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||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-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7e27d497-a83f 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.806Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.806Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.806Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:24.806Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-16T05:18:24.813Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.814Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:24.817Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:24.818Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-16T05:18:24.819Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:18:24.820Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.820Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:24.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:24.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-16T05:18:24.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:18:24.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:24.824Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.824Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria 2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:18:24.827Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.827Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria 2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09d3d013-ce23-42ff-84ea-df8ad0561a09 2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria 2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3fd98389-9c45-4ed1-9dde-836eec114f93 2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria 2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ada273c0-aa99-4f7a-b10a-69432bc03280 2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:24.835Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-16 05-15-17 Description:catalog service description Model UUID:998f1067-0a49-445e-9e25-d32ee87c61d9 Model Version:NULL Model InvariantUuid:5ced553f-c2ed-4594-a0a3-5fb5ee8e5949 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7e27d497-a83f Model UUID:73dea987-013a-47e5-853a-69e2d88af902 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:36a283d0-b64c-42c5-9a90-aa63eaa34f6d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e8ae8d33-df99-4841-bf23-480f95191531 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e7dfd2ab-e1aa-434a-ba20-c52134738022 ModelName:Vfw7e27d497A83f..base_vfw..module-0 ModelUuid:801fc6ba-8998-4d6e-be21-0c2b7e328a7b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:09d3d013-ce23-42ff-84ea-df8ad0561a09 ModelInvariantUuid:91f80349-a510-43de-a3d8-64fb38500c78 ModelName:vFW 7e27d497-a83f-nodes.vfwCvfc ModelUuid:b996b588-6de0-493c-b895-6ef3929e654a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e63a6879-0569-48f7-a731-f67cb7b11ed9 ModelInvariantUuid:9ea5160e-3141-4dd7-bacf-2fc40aab8f16 ModelName:Vfw7e27d497A83f.compute.nodes.heat.vfw ModelUuid:0769de3f-61a7-4ac5-96b0-87b911dd1895 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3fd98389-9c45-4ed1-9dde-836eec114f93 ModelInvariantUuid:40b4e427-9979-40f6-b947-73c572e920bd ModelName:vFW 7e27d497-a83f-nodes.vsnCvfc ModelUuid:b064b0da-33cd-443b-8660-eff493b3f3ff ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c9a23f46-afc0-432e-a0f4-45e637b51e37 ModelInvariantUuid:c4fc4af7-2eba-4a5c-af54-664fb4685c44 ModelName:Vfw7e27d497A83f.compute.nodes.heat.vsn ModelUuid:fcb50826-33c4-42ad-b97f-4e7f4b8c1743 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ada273c0-aa99-4f7a-b10a-69432bc03280 ModelInvariantUuid:b1d7ec3c-9a86-4938-927a-1c29bff8150c ModelName:vFW 7e27d497-a83f-nodes.vpgCvfc ModelUuid:11ead713-c94d-4ccf-82c2-dce90b24c7a3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d781215f-629d-474e-a16b-e29509948adf ModelInvariantUuid:014c90fc-402b-4ce6-970c-6f68b409f463 ModelName:Vfw7e27d497A83f.compute.nodes.heat.vpg ModelUuid:b41fcc9a-9c32-49ea-8134-05c752cd8de0 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-16T05:18:24.854Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c1b3c1f8-7d49-48cf-a90b-726707c42578 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-16T05:18:24.933Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||vFW 7e27d497-a83f 0 2021-05-16T05:18:24.939Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1b3c1f8-7d49-48cf-a90b-726707c42578 2021-05-16T05:18:24.939Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dba5c04b-be3b-43db-93d3-6bebac2d1efe from URL: /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json 2021-05-16T05:18:24.939Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-16T05:18:24.939Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json 2021-05-16T05:18:25.640Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-16T05:18:25.641Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json dba5c04b-be3b-43db-93d3-6bebac2d1efe 785 2021-05-16T05:18:25.641Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json ASDC sendASDCNotification 2021-05-16T05:18:25.641Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json 2021-05-16T05:18:25.642Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:18:25.642Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:25.644Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:25.644Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142305641, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:18:25.744Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:25.745Z||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-16T05:18:25.745Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:25.756Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:25.756Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:18:26.645Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7e27d497A83f..base_vfw..module-0", "vfModuleModelInvariantUUID": "e7dfd2ab-e1aa-434a-ba20-c52134738022", "vfModuleModelVersion": "1", "vfModuleModelUUID": "801fc6ba-8998-4d6e-be21-0c2b7e328a7b", "vfModuleModelCustomizationUUID": "6eeab3f3-bf40-4b15-a709-9c64d8f06f5a", "isBase": true, "artifacts": [ "93c6b283-9c6d-4ca3-84aa-50e8f19566d1", "d2c85794-b08f-400b-af75-872d0c013c22" ], "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-16T05:18:26.667Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7e27d497A83f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:801fc6ba-8998-4d6e-be21-0c2b7e328a7b VfModuleModelInvariantUUID:e7dfd2ab-e1aa-434a-ba20-c52134738022 VfModuleModelDescription:NULL Artifacts UUID List:{ 93c6b283-9c6d-4ca3-84aa-50e8f19566d1 , d2c85794-b08f-400b-af75-872d0c013c22 } 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-16T05:18:26.669Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7e27d497A83f..base_vfw..module-0", "vfModuleModelInvariantUUID": "e7dfd2ab-e1aa-434a-ba20-c52134738022", "vfModuleModelVersion": "1", "vfModuleModelUUID": "801fc6ba-8998-4d6e-be21-0c2b7e328a7b", "vfModuleModelCustomizationUUID": "6eeab3f3-bf40-4b15-a709-9c64d8f06f5a", "isBase": true, "artifacts": [ "93c6b283-9c6d-4ca3-84aa-50e8f19566d1", "d2c85794-b08f-400b-af75-872d0c013c22" ], "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-16T05:18:26.669Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7e27d497A83f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:801fc6ba-8998-4d6e-be21-0c2b7e328a7b VfModuleModelInvariantUUID:e7dfd2ab-e1aa-434a-ba20-c52134738022 VfModuleModelDescription:NULL Artifacts UUID List:{ 93c6b283-9c6d-4ca3-84aa-50e8f19566d1 , d2c85794-b08f-400b-af75-872d0c013c22 } 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-16T05:18:26.670Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93c6b283-9c6d-4ca3-84aa-50e8f19566d1 from URL: /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml 2021-05-16T05:18:26.670Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-16T05:18:26.670Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml 2021-05-16T05:18:27.166Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-16T05:18:27.167Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml 93c6b283-9c6d-4ca3-84aa-50e8f19566d1 20368 2021-05-16T05:18:27.167Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-16T05:18:27.167Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml 2021-05-16T05:18:27.167Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:18:27.168Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:27.169Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:27.169Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142307167, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:18:27.269Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:27.270Z||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-16T05:18:27.271Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:27.283Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:27.283Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:18:28.170Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d2c85794-b08f-400b-af75-872d0c013c22 from URL: /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env 2021-05-16T05:18:28.170Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-16T05:18:28.171Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env 2021-05-16T05:18:28.415Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-16T05:18:28.415Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env d2c85794-b08f-400b-af75-872d0c013c22 2098 2021-05-16T05:18:28.415Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-16T05:18:28.416Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env 2021-05-16T05:18:28.416Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:18:28.416Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:28.417Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:28.417Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142308415, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:18:28.518Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:28.518Z||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-16T05:18:28.518Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:28.530Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:28.531Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:18:29.418Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 998f1067-0a49-445e-9e25-d32ee87c61d9 2021-05-16T05:18:29.419Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7e27d497-a83f 0 c1b3c1f8-7d49-48cf-a90b-726707c42578 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-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e8ae8d33-df99-4841-bf23-480f95191531 2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8ae8d33-df99-4841-bf23-480f95191531 matches Tosca VF Customization UUID: e8ae8d33-df99-4841-bf23-480f95191531 2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e8ae8d33-df99-4841-bf23-480f95191531 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-16T05:18:29.456Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.456Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:29.457Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e8ae8d33-df99-4841-bf23-480f95191531: {\"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-16T05:18:29.457Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a0e8f25 2021-05-16T05:18:29.457Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.457Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:18:29.458Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6eeab3f3-bf40-4b15-a709-9c64d8f06f5a 2021-05-16T05:18:29.458Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6eeab3f3-bf40-4b15-a709-9c64d8f06f5a 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-16T05:18:29.462Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.463Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:29.463Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:18:29.463Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.463Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria 2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09d3d013-ce23-42ff-84ea-df8ad0561a09 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-16T05:18:29.471Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.471Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:29.471Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:18:29.471Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria 2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3fd98389-9c45-4ed1-9dde-836eec114f93 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-16T05:18:29.475Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.475Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:29.475Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:18:29.477Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.477Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria 2021-05-16T05:18:29.477Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-16T05:18:29.477Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-16T05:18:29.479Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-16T05:18:29.479Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-16T05:18:29.479Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ada273c0-aa99-4f7a-b10a-69432bc03280 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-16T05:18:29.480Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.480Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:29.481Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:18:29.481Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.481Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria 2021-05-16T05:18:29.481Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=e8ae8d33-df99-4841-bf23-480f95191531 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-16T05:18:29.482Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 998f1067-0a49-445e-9e25-d32ee87c61d9: vFW 7e27d497-a83f 2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-05-16 05-15-17 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-16T05:18:29.732Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7e27d497-a83f c1b3c1f8-7d49-48cf-a90b-726707c42578 1 ASDC deployResourceStructure 2021-05-16T05:18:29.733Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json ASDC sendASDCNotification 2021-05-16T05:18:29.733Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json 2021-05-16T05:18:29.733Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:18:29.733Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:29.734Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:29.735Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142309733, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:18:29.835Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:29.836Z||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-16T05:18:29.836Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:29.847Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:29.847Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:18:30.736Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-16T05:18:30.736Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml 2021-05-16T05:18:30.736Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:18:30.736Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:30.738Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:30.738Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142310736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:18:30.838Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:30.839Z||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-16T05:18:30.839Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:30.851Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:30.852Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:18:31.739Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-16T05:18:31.739Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env 2021-05-16T05:18:31.740Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:18:31.740Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:31.741Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:31.742Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142311739, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-16T05:18:31.842Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:31.843Z||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-16T05:18:31.843Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:31.856Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:31.857Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:18:32.743Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar ASDC sendASDCNotification 2021-05-16T05:18:32.743Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar 2021-05-16T05:18:32.743Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:18:32.743Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:18:32.745Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:18:32.745Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142312743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:18:32.845Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:18:32.865Z||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-16T05:18:32.867Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:18:32.879Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:18:32.879Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:18:33.746Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:18:33.770Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:18:33.772Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:18:33.772Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:18:33.773Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:19:03.773Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:19:03.783Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:19:03.785Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:19:03.785Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:19:03.785Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:19:09.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:19:09.909Z||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-16T05:19:09.909Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:19:09.933Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:19:09.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:19:09.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142286180, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:19:09.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:19:33.785Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:19:33.794Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:19:33.797Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:19:33.797Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:19:33.797Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:20:03.797Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:20:03.807Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:20:03.809Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:20:03.810Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:20:03.810Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:20:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:20:09.908Z||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-16T05:20:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:20:09.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:20:09.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:20:09.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "ves-openapi-manager", "timestamp": 1621142287514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:20:09.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:20:33.810Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:20:33.819Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:20:33.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:20:33.822Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:20:33.822Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:21:03.822Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:21:03.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:21:03.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:21:03.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:21:03.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:21:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:21:09.908Z||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-16T05:21:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:21:09.938Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:21:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142285727, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142289012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142287086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142286180, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "ves-openapi-manager", "timestamp": 1621142287514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "cds", "timestamp": 1621142291395, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142285727, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:21:09.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142289012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-16T05:21:09.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142287086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-16T05:21:09.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142286180, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "ves-openapi-manager", "timestamp": 1621142287514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142285727, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:21:09.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "cds", "timestamp": 1621142292412, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-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-16T05:21:09.953Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc 2021-05-16T05:21:09.954Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:09.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "dcae-sch", "timestamp": 1621142291780, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-16T05:21:09.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142289012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142287086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142286180, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:21:09.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "policy-id", "timestamp": 1621142292168, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "ves-openapi-manager", "timestamp": 1621142287514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "dcae-sch", "timestamp": 1621142291780, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142289012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-16T05:21:09.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142287086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:21:09.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "policy-id", "timestamp": 1621142292168, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142293989, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "ves-openapi-manager", "timestamp": 1621142287514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142294324, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "dcae-sch", "timestamp": 1621142291780, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-16T05:21:09.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142289012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "policy-id", "timestamp": 1621142292168, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-16T05:21:09.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "dcae-sch", "timestamp": 1621142291780, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142289012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:21:09.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142295802, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "policy-id", "timestamp": 1621142292168, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142296146, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "dcae-sch", "timestamp": 1621142291780, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142289905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:21:09.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "policy-id", "timestamp": 1621142292168, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "dcae-sch", "timestamp": 1621142291780, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142297572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "policy-id", "timestamp": 1621142292168, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "dcae-sch", "timestamp": 1621142291780, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142298561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142298812, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:21:09.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "policy-id", "timestamp": 1621142292168, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:21:09.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "clamp", "timestamp": 1621142299373, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142299768, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.974Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142299817, "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-16T05:21:09.979Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc 2021-05-16T05:21:09.979Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:09.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "aai-ml", "timestamp": 1621142299494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142300595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "aai-ml", "timestamp": 1621142299494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142301349, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "clamp", "timestamp": 1621142301380, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:21:09.990Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:09.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:09.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142301513, "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-16T05:21:09.994Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc 2021-05-16T05:21:09.994Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142302141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:10.003Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "aai-ml", "timestamp": 1621142299494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "clamp", "timestamp": 1621142302384, "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-16T05:21:10.007Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc 2021-05-16T05:21:10.007Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "policy-id", "timestamp": 1621142302377, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:10.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-k8s-id", "timestamp": 1621142302516, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:21:10.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "aai-ml", "timestamp": 1621142299494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142303147, "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-16T05:21:10.017Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc 2021-05-16T05:21:10.017Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142303342, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:10.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "policy-id", "timestamp": 1621142303385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:21:10.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "aai-ml", "timestamp": 1621142299494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142304153, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:21:10.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142304351, "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-16T05:21:10.030Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc 2021-05-16T05:21:10.030Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "policy-id", "timestamp": 1621142304390, "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-16T05:21:10.040Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc 2021-05-16T05:21:10.040Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "aai-ml", "timestamp": 1621142299494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "multicloud-windriver-id", "timestamp": 1621142305355, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:21:10.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142305641, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:10.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "aai-ml", "timestamp": 1621142299494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:21:10.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142307167, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:10.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "aai-ml", "timestamp": 1621142307449, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142308415, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142309733, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142310736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142311739, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-16T05:21:10.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142312743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:21:10.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "aai-ml", "timestamp": 1621142323349, "artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:21:10.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "aai-ml", "timestamp": 1621142324353, "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-16T05:21:10.057Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc 2021-05-16T05:21:10.057Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "clamp", "timestamp": 1621142341321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "cds", "timestamp": 1621142343075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142345727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142347086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142346181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "ves-openapi-manager", "timestamp": 1621142347514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142347086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:21:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142345727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "clamp", "timestamp": 1621142341321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:21:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "cds", "timestamp": 1621142343075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142346181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:21:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "ves-openapi-manager", "timestamp": 1621142347514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:21:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142349012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:21:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:21:33.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:21:33.845Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:21:33.849Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-16T05:21:33.854Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-16T05:22:03.854Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:22:03.864Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc and serviceModelVersionId: 998f1067-0a49-445e-9e25-d32ee87c61d9 2021-05-16T05:22:03.865Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ced553f-c2ed-4594-a0a3-5fb5ee8e5949 2021-05-16T05:22:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:22:09.908Z||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-16T05:22:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:22:10.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:10.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "cds", "timestamp": 1621142343075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "clamp", "timestamp": 1621142341321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142347086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142345727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142346181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "ves-openapi-manager", "timestamp": 1621142347514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142349012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "cds", "timestamp": 1621142343075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "clamp", "timestamp": 1621142341321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142347086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142345727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142346181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "ves-openapi-manager", "timestamp": 1621142347514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142349012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "cds", "timestamp": 1621142343075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142347086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-16T05:22:10.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "clamp", "timestamp": 1621142341321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142345727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142346181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-16T05:22:10.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "ves-openapi-manager", "timestamp": 1621142347514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "dcae-sch", "timestamp": 1621142351780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142349012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "policy-id", "timestamp": 1621142352168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142347086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "cds", "timestamp": 1621142343075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "clamp", "timestamp": 1621142341321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142345727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142346181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "ves-openapi-manager", "timestamp": 1621142347514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "dcae-sch", "timestamp": 1621142351780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142349012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-16T05:22:10.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "policy-id", "timestamp": 1621142352168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "cds", "timestamp": 1621142343075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:22:10.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142347086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:22:10.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "clamp", "timestamp": 1621142341321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:22:10.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142345727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:22:10.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142346181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:22:10.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "ves-openapi-manager", "timestamp": 1621142347514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "dcae-sch", "timestamp": 1621142351780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142349012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "policy-id", "timestamp": 1621142352168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:22:10.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "dcae-sch", "timestamp": 1621142351780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142349012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:22:10.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142355768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "policy-id", "timestamp": 1621142352168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142355843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "cds", "timestamp": 1621142355861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142355872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "dcae-sch", "timestamp": 1621142351780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "policy-id", "timestamp": 1621142352168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "cds", "timestamp": 1621142356866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-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-16T05:22:10.487Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7 2021-05-16T05:22:10.487Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "dcae-sch", "timestamp": 1621142351780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142357553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "policy-id", "timestamp": 1621142352168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142358060, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142358141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142358251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:22:10.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "dcae-sch", "timestamp": 1621142351780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "policy-id", "timestamp": 1621142352168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:22:10.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142359256, "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-16T05:22:10.525Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7 2021-05-16T05:22:10.525Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "aai-ml", "timestamp": 1621142359494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142360642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "aai-ml", "timestamp": 1621142359494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142361964, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "policy-id", "timestamp": 1621142362046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "aai-ml", "timestamp": 1621142359494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142362341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142362657, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142362967, "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-16T05:22:10.538Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7 2021-05-16T05:22:10.539Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "policy-id", "timestamp": 1621142363050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:22:10.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "aai-ml", "timestamp": 1621142359494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142363372, "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-16T05:22:10.550Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7 2021-05-16T05:22:10.550Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142363663, "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-16T05:22:10.558Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7 2021-05-16T05:22:10.558Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142363970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:22:10.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "policy-id", "timestamp": 1621142364052, "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-16T05:22:10.566Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7 2021-05-16T05:22:10.566Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "aai-ml", "timestamp": 1621142359494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "clamp", "timestamp": 1621142364376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-k8s-id", "timestamp": 1621142364378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:22:10.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "multicloud-windriver-id", "timestamp": 1621142364666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:22:10.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "aai-ml", "timestamp": 1621142359494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:10.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "aai-ml", "timestamp": 1621142359494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:22:10.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:22:10.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "clamp", "timestamp": 1621142366383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:22:10.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "aai-ml", "timestamp": 1621142367321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:10.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "clamp", "timestamp": 1621142367385, "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-16T05:22:10.577Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7 2021-05-16T05:22:10.577Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "aai-ml", "timestamp": 1621142373658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:22:10.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:22:10.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:22:10.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "aai-ml", "timestamp": 1621142374662, "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-16T05:22:10.627Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7 2021-05-16T05:22:10.628Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:14.957Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0 2021-05-16T05:22:15.069Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-16T05:22:15.745Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?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-16T05:22:15.749Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0|INFO|500||Invoke 2021-05-16T05:22:15.856Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-16T05:22:16.067Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0|INFO|500||InvokeReturn 2021-05-16T05:22:16.068Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210516-05:22:15:864-11998], vertex-id=[208896], Content-Length=[0], Date=[Sun, 16 May 2021 05:22:15 GMT], Content-Type=[application/json]} 2021-05-16T05:22:16.068Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-16T05:22:16.071Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-16T05:22:16.071Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-16T05:22:16.075Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-16T05:22:16.081Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ee97698-349e-4927-8b07-96cb7e37d2cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-16T05:22:16.082Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-16T05:22:16.082Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:16.083Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:16.084Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142536081, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:22:16.184Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:16.184Z||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-16T05:22:16.184Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:16.195Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:16.195Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-16T05:22:17.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:22:17.094Z||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-16T05:22:17.094Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:22:21.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:21.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-16T05:22:21.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ecf3962-af2a-480b-aeb6-22153be25dd7","serviceName":"basic_onboard_vNYBqW","serviceVersion":"1.0","serviceUUID":"1c605661-854c-4b54-946c-d735ccd1badc","serviceDescription":"service","serviceInvariantUUID":"8120366e-2017-4e9a-9b89-5b12feeb5512","resources":[{"resourceInstanceName":"basic_onboard_vNYBqW 0","resourceName":"basic_onboard_vNYBqW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ce65ae2-8157-4f72-8cde-6f4ddcccc448","resourceInvariantUUID":"eeb1fd6e-0335-4b13-ad23-fb4c917a892c","resourceCustomizationUUID":"6b55d875-3509-4c2c-ba52-a06b4ac08e8e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml","artifactChecksum":"ZjMzODU5MzQ0N2RhMzhiYTYwYTUzYzhhZTFlZjRlNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0589f5-92bf-457c-83ac-53bb5ad87a1d","artifactVersion":"1"},{"artifactName":"basic_onboard_vnybqw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json","artifactChecksum":"MmE4MzhmZmFhYzc0MjJmOTZiYzY2YjIyNzcwZmNmYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6757b8f6-8e32-4e2d-beb8-d1f8edb91520","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8498ff7a-c729-414b-beb9-a18848326ed7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0050d901-f8bb-4d6f-8708-9feb1074721b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1f6f7d7-4714-42ef-a040-8c43041b2c58","artifactVersion":"2","generatedFromUUID":"8498ff7a-c729-414b-beb9-a18848326ed7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVnybqw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml","artifactChecksum":"ZTdiNjdjYTcwMWExNmY0NDZlOTVlNDVkNWRlODA5MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0518f0fd-361e-47ff-af99-cfa138e4faf0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVnybqw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar","artifactChecksum":"MjkwMGQxYjk2Y2YxNGFmODMzNDFmODgyZjJlZmNiMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e533b900-8f74-43a4-a77d-0effebfc2fc0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-16T05:22:21.424Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:22:21.425Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:21.426Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:21.427Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:21.527Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:21.528Z||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-16T05:22:21.528Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:21.539Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:21.539Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:22:22.428Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:22:22.428Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:22.430Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:22.430Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:22:22.530Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:22.531Z||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-16T05:22:22.531Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:22.549Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:22.550Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1} 2021-05-16T05:22:23.431Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:22:23.431Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:23.433Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:23.433Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:22:23.533Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:23.535Z||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-16T05:22:23.535Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:23.547Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:23.547Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:22:24.434Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:22:24.434Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:24.436Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:24.436Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:24.537Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-16T05:22:24.538Z||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-16T05:22:24.538Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:24.550Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:24.551Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:22:25.437Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:22:25.437Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:25.439Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:25.439Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-16T05:22:25.539Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:25.540Z||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-16T05:22:25.540Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:25.552Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:25.552Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:22:26.439Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:22:26.440Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:26.442Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:26.442Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:22:26.542Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:26.543Z||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-16T05:22:26.543Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:26.555Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:26.555Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:22:27.442Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:22:27.443Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:27.445Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:27.445Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:22:27.545Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:27.545Z||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-16T05:22:27.546Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:27.558Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:27.561Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:22:28.446Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "serviceName": "basic_onboard_vNYBqW", "serviceVersion": "1.0", "serviceUUID": "1c605661-854c-4b54-946c-d735ccd1badc", "serviceDescription": "service", "serviceInvariantUUID": "8120366e-2017-4e9a-9b89-5b12feeb5512", "resources": [ { "resourceInstanceName": "basic_onboard_vNYBqW 0", "resourceCustomizationUUID": "6b55d875-3509-4c2c-ba52-a06b4ac08e8e", "resourceName": "basic_onboard_vNYBqW", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4ce65ae2-8157-4f72-8cde-6f4ddcccc448", "resourceInvariantUUID": "eeb1fd6e-0335-4b13-ad23-fb4c917a892c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vnybqw0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "artifactChecksum": "MmE4MzhmZmFhYzc0MjJmOTZiYzY2YjIyNzcwZmNmYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6757b8f6-8e32-4e2d-beb8-d1f8edb91520", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8498ff7a-c729-414b-beb9-a18848326ed7", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f1f6f7d7-4714-42ef-a040-8c43041b2c58", "generatedFromUUID": "8498ff7a-c729-414b-beb9-a18848326ed7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f1f6f7d7-4714-42ef-a040-8c43041b2c58", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVnybqw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "artifactChecksum": "MjkwMGQxYjk2Y2YxNGFmODMzNDFmODgyZjJlZmNiMTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e533b900-8f74-43a4-a77d-0effebfc2fc0" } ], "workloadContext": "Production" } 2021-05-16T05:22:28.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-16T05:22:28.446Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c605661-854c-4b54-946c-d735ccd1badc ASDC 2021-05-16T05:22:28.447Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:8ecf3962-af2a-480b-aeb6-22153be25dd7 ServiceName:basic_onboard_vNYBqW ServiceVersion:1.0 ServiceUUID:1c605661-854c-4b54-946c-d735ccd1badc ServiceInvariantUUID:8120366e-2017-4e9a-9b89-5b12feeb5512 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVnybqw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar ArtifactUUID:e533b900-8f74-43a4-a77d-0effebfc2fc0 ArtifactChecksum:MjkwMGQxYjk2Y2YxNGFmODMzNDFmODgyZjJlZmNiMTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_vNYBqW 0 ResourceCustomizationUUID:6b55d875-3509-4c2c-ba52-a06b4ac08e8e ResourceInvariantUUID:eeb1fd6e-0335-4b13-ad23-fb4c917a892c ResourceName:basic_onboard_vNYBqW ResourceType:VF ResourceUUID:4ce65ae2-8157-4f72-8cde-6f4ddcccc448 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vnybqw0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json ArtifactUUID:6757b8f6-8e32-4e2d-beb8-d1f8edb91520 ArtifactChecksum:MmE4MzhmZmFhYzc0MjJmOTZiYzY2YjIyNzcwZmNmYTA= 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/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml ArtifactUUID:8498ff7a-c729-414b-beb9-a18848326ed7 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/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env ArtifactUUID:f1f6f7d7-4714-42ef-a040-8c43041b2c58 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/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env ArtifactUUID:f1f6f7d7-4714-42ef-a040-8c43041b2c58 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-16T05:22:28.447Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c605661-854c-4b54-946c-d735ccd1badc 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-16T05:22:28.480Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:22:28.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-16T05:22:28.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-16T05:22:28.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e533b900-8f74-43a4-a77d-0effebfc2fc0 from URL: /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:28.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-16T05:22:28.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:28.780Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-16T05:22:28.783Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar e533b900-8f74-43a4-a77d-0effebfc2fc0 74843 2021-05-16T05:22:28.783Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar ASDC sendASDCNotification 2021-05-16T05:22:28.784Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:28.784Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:22:28.784Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:28.785Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:28.785Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142548783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:28.886Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:28.886Z||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-16T05:22:28.886Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:28.901Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:28.902Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:22:29.786Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:22:29.787Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-16T05:22:29.787Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e533b900-8f74-43a4-a77d-0effebfc2fc0, URL: /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar to file: /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:29.787Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:29.788Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:29.788Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:29.916Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14469161509088695969/Definitions/service-BasicOnboardVnybqw-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-16T05:22:31.213Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||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-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vNYBqW 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-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||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-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||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-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||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-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||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-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vNYBqW 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||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-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria 2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria 2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is not matching search criteria 2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria 2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria 2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria 2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is not matching search criteria 2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=64866bba-9d60-4180-b569-e773f565e9e7 2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.220Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:31.220Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:31.220Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:31.220Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_vNYBqW Description:service Model UUID:1c605661-854c-4b54-946c-d735ccd1badc Model Version:NULL Model InvariantUuid:8120366e-2017-4e9a-9b89-5b12feeb5512 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_vNYBqW Model UUID:80bf288f-e2b5-44b3-9b35-413f2d1588a5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:eeb1fd6e-0335-4b13-ad23-fb4c917a892c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6b55d875-3509-4c2c-ba52-a06b4ac08e8e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1f70acd9-e69f-45b2-8d4a-396d447e9470 ModelName:BasicOnboardVnybqw..base_ubuntu18..module-0 ModelUuid:363c9881-8798-4113-b13b-60d3bc853ac8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:64866bba-9d60-4180-b569-e773f565e9e7 ModelInvariantUuid:27dba800-5587-485a-af64-00b43e4d2d6b ModelName:basic_onboard_vNYBqW-nodes.ubuntu18Cvfc ModelUuid:07480273-f372-4091-9cc2-4d0af3c10b87 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:626c0b22-4172-436b-83c4-df9880454c93 ModelInvariantUuid:511d3b80-bfe8-4a76-959e-b389b9e37999 ModelName:BasicOnboardVnybqw.compute.nodes.heat.ubuntu18 ModelUuid:2c9e6383-6be8-4ed5-aebd-0aed060d8075 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-16T05:22:31.227Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ce65ae2-8157-4f72-8cde-6f4ddcccc448 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-16T05:22:31.230Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||basic_onboard_vNYBqW 0 2021-05-16T05:22:31.230Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ce65ae2-8157-4f72-8cde-6f4ddcccc448 2021-05-16T05:22:31.230Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6757b8f6-8e32-4e2d-beb8-d1f8edb91520 from URL: /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json 2021-05-16T05:22:31.230Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-16T05:22:31.230Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json 2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json 6757b8f6-8e32-4e2d-beb8-d1f8edb91520 798 2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json ASDC sendASDCNotification 2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json 2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:31.773Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:31.773Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142551771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:31.873Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:31.874Z||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-16T05:22:31.874Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:31.888Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:31.888Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:22:32.773Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVnybqw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1f70acd9-e69f-45b2-8d4a-396d447e9470", "vfModuleModelVersion": "1", "vfModuleModelUUID": "363c9881-8798-4113-b13b-60d3bc853ac8", "vfModuleModelCustomizationUUID": "3de918b8-1045-4d4d-a2a6-fb5710942a0f", "isBase": true, "artifacts": [ "8498ff7a-c729-414b-beb9-a18848326ed7", "f1f6f7d7-4714-42ef-a040-8c43041b2c58" ], "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-16T05:22:32.778Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVnybqw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:363c9881-8798-4113-b13b-60d3bc853ac8 VfModuleModelInvariantUUID:1f70acd9-e69f-45b2-8d4a-396d447e9470 VfModuleModelDescription:NULL Artifacts UUID List:{ 8498ff7a-c729-414b-beb9-a18848326ed7 , f1f6f7d7-4714-42ef-a040-8c43041b2c58 } 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-16T05:22:32.781Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVnybqw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1f70acd9-e69f-45b2-8d4a-396d447e9470", "vfModuleModelVersion": "1", "vfModuleModelUUID": "363c9881-8798-4113-b13b-60d3bc853ac8", "vfModuleModelCustomizationUUID": "3de918b8-1045-4d4d-a2a6-fb5710942a0f", "isBase": true, "artifacts": [ "8498ff7a-c729-414b-beb9-a18848326ed7", "f1f6f7d7-4714-42ef-a040-8c43041b2c58" ], "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-16T05:22:32.781Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVnybqw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:363c9881-8798-4113-b13b-60d3bc853ac8 VfModuleModelInvariantUUID:1f70acd9-e69f-45b2-8d4a-396d447e9470 VfModuleModelDescription:NULL Artifacts UUID List:{ 8498ff7a-c729-414b-beb9-a18848326ed7 , f1f6f7d7-4714-42ef-a040-8c43041b2c58 } 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-16T05:22:32.781Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8498ff7a-c729-414b-beb9-a18848326ed7 from URL: /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml 2021-05-16T05:22:32.781Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-16T05:22:32.781Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml 2021-05-16T05:22:33.477Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-16T05:22:33.478Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml 8498ff7a-c729-414b-beb9-a18848326ed7 5033 2021-05-16T05:22:33.478Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-16T05:22:33.478Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml 2021-05-16T05:22:33.478Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:22:33.478Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:33.479Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:33.480Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142553478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:33.580Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:33.580Z||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-16T05:22:33.581Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:33.591Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:33.592Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:22:34.480Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1f6f7d7-4714-42ef-a040-8c43041b2c58 from URL: /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env 2021-05-16T05:22:34.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-16T05:22:34.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env 2021-05-16T05:22:34.941Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-16T05:22:34.942Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env f1f6f7d7-4714-42ef-a040-8c43041b2c58 909 2021-05-16T05:22:34.942Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-16T05:22:34.942Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env 2021-05-16T05:22:34.942Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:22:34.942Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:34.944Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:34.944Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142554942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:22:35.044Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:35.045Z||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-16T05:22:35.045Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:35.056Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:35.056Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:22:35.944Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1c605661-854c-4b54-946c-d735ccd1badc 2021-05-16T05:22:35.945Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vNYBqW 0 4ce65ae2-8157-4f72-8cde-6f4ddcccc448 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-16T05:22:35.956Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.957Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:35.957Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-16T05:22:35.957Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6b55d875-3509-4c2c-ba52-a06b4ac08e8e 2021-05-16T05:22:35.957Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b55d875-3509-4c2c-ba52-a06b4ac08e8e matches Tosca VF Customization UUID: 6b55d875-3509-4c2c-ba52-a06b4ac08e8e 2021-05-16T05:22:35.957Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6b55d875-3509-4c2c-ba52-a06b4ac08e8e 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-16T05:22:35.959Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.960Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:35.960Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6b55d875-3509-4c2c-ba52-a06b4ac08e8e: {\"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-16T05:22:35.960Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ec80b30 2021-05-16T05:22:35.960Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.960Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:22:35.961Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3de918b8-1045-4d4d-a2a6-fb5710942a0f 2021-05-16T05:22:35.961Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3de918b8-1045-4d4d-a2a6-fb5710942a0f 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-16T05:22:35.963Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.963Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria 2021-05-16T05:22:35.963Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:22:35.963Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria 2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is not matching search criteria 2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=64866bba-9d60-4180-b569-e773f565e9e7 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-16T05:22:35.966Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.967Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria 2021-05-16T05:22:35.967Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:22:35.967Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.967Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria 2021-05-16T05:22:35.967Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=6b55d875-3509-4c2c-ba52-a06b4ac08e8e 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-16T05:22:35.968Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1c605661-854c-4b54-946c-d735ccd1badc: basic_onboard_vNYBqW 2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.970Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:35.970Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:22:35.970Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:22:35.970Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_vNYBqW 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-16T05:22:36.035Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vNYBqW 4ce65ae2-8157-4f72-8cde-6f4ddcccc448 1 ASDC deployResourceStructure 2021-05-16T05:22:36.035Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json ASDC sendASDCNotification 2021-05-16T05:22:36.035Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json 2021-05-16T05:22:36.035Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:22:36.036Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:36.037Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:36.037Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142556035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:22:36.137Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:36.138Z||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-16T05:22:36.138Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:36.153Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:36.153Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:22:37.038Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-16T05:22:37.038Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml 2021-05-16T05:22:37.038Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:22:37.038Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:37.040Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:37.040Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142557038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:22:37.140Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:37.141Z||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-16T05:22:37.141Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:37.152Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:37.153Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:22:38.041Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-16T05:22:38.041Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env 2021-05-16T05:22:38.041Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:22:38.041Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:38.043Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:38.043Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142558040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-16T05:22:38.143Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:38.144Z||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-16T05:22:38.144Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:38.155Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:38.156Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:22:39.044Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar ASDC sendASDCNotification 2021-05-16T05:22:39.044Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar 2021-05-16T05:22:39.044Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:22:39.044Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:22:39.046Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:22:39.046Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142559044, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:22:39.146Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:22:39.147Z||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-16T05:22:39.147Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:22:39.159Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:22:39.159Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:22:40.047Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ecf3962-af2a-480b-aeb6-22153be25dd7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:22:40.055Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ecf3962-af2a-480b-aeb6-22153be25dd7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:22:40.058Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:22:40.058Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-16T05:22:40.058Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-16T05:22:40.058Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-16T05:22:40.058Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||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-16T05:22:40.063Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-16T05:23:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:23:09.908Z||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-16T05:23:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:23:10.063Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:23:10.070Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ecf3962-af2a-480b-aeb6-22153be25dd7 and serviceModelVersionId: 1c605661-854c-4b54-946c-d735ccd1badc 2021-05-16T05:23:10.071Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8120366e-2017-4e9a-9b89-5b12feeb5512 2021-05-16T05:23:10.071Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0 2021-05-16T05:23:10.075Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-16T05:23:10.112Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?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-16T05:23:10.113Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0|INFO|500||Invoke 2021-05-16T05:23:10.132Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-16T05:23:10.282Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0|INFO|500||InvokeReturn 2021-05-16T05:23:10.282Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210516-05:23:10:138-24312], vertex-id=[221184], Content-Length=[0], Date=[Sun, 16 May 2021 05:23:10 GMT], Content-Type=[application/json]} 2021-05-16T05:23:10.283Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-05-16T05:23:10.283Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-16T05:23:10.283Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||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-16T05:23:10.287Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||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-16T05:23:10.287Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ecf3962-af2a-480b-aeb6-22153be25dd7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-16T05:23:10.287Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-16T05:23:10.287Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:23:10.289Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:23:10.289Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142590287, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:23:10.389Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:23:10.390Z||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-16T05:23:10.390Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:23:10.400Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:23:10.400Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:23:10.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:23:10.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142536081, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:23:10.411Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-16T05:23:10.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142537093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142548783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142551771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142553478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142554942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142556035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142557038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142558040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142559044, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-16T05:23:11.300Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:23:11.301Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|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-16T05:23:11.301Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|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 NVeQSU97aPMWYACT) ... 2021-05-16T05:23:20.848Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:23:20.849Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:23:20.850Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|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-16T05:23:20.850Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|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 NVeQSU97aPMWYACT) ... 2021-05-16T05:23:30.393Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:23:30.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:23:30.394Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:23:30.394Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:23:39.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:23:39.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:23:39.938Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:23:39.939Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:23:49.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:24:09.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:24:09.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:24:09.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:24:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:24:09.908Z||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-16T05:24:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:24:10.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:24:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-16T05:24:10.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142590287, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:24:10.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:24:19.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:25:09.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:25:09.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:25:09.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:25:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:25:09.908Z||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-16T05:25:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:25:19.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:25:19.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:26:09.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:26:09.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:26:09.906Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:26:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:26:09.908Z||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-16T05:26:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:26:19.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:26:19.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:27:09.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:27:09.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:27:09.906Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:27:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:27:09.908Z||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-16T05:27:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:27:19.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:27:19.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:28:09.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:28:09.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:28:09.906Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:28:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:28:09.908Z||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-16T05:28:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:28:10.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:28:10.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7ebc0ec-929b-442e-9aa7-270d398264b2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"adaa005b-c6d7-443a-9719-a5bd2fbcaaa1","serviceDescription":"service","serviceInvariantUUID":"67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"053ef643-dad8-4b55-851e-a1e27382fed8","resourceInvariantUUID":"84f078ba-cbe9-4839-9518-7f23ae6f60da","resourceCustomizationUUID":"b57c3754-4ad4-4040-a500-b67396aac82d","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":"ZDQ5Y2NiZjQ4NTEwOWViNjY0ODEwYWNiNmE5YjZkZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a036d1e-3cc5-4836-a912-e821e6deb9d6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWU5NWI2MmNkZmJhZWE4YzEwMjMxYjQ2MTQxMWQ0YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6493bc1c-59d3-4778-8c7c-52fd90228d23","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-16T05:28:10.537Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:28:10.538Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:28:10.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:28:10.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "cds", "timestamp": 1621142853075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.539Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142855727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.540Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142889905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "policy-id", "timestamp": 1621142852168, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "cds", "timestamp": 1621142853075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:28:10.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142855727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "policy-id", "timestamp": 1621142852168, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "policy-id", "timestamp": 1621142864483, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "cds", "timestamp": 1621142864557, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142864569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:28:10.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:28:10.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "policy-id", "timestamp": 1621142865487, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:28:10.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:28:10.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "cds", "timestamp": 1621142865562, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-16T05:28:10.556Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7ebc0ec-929b-442e-9aa7-270d398264b2 2021-05-16T05:28:10.556Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:28:10.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142866040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:28:10.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:28:10.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "policy-id", "timestamp": 1621142866490, "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-16T05:28:10.566Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7ebc0ec-929b-442e-9aa7-270d398264b2 2021-05-16T05:28:10.566Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:28:10.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "multicloud-k8s-id", "timestamp": 1621142866181, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142867044, "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-16T05:28:10.575Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7ebc0ec-929b-442e-9aa7-270d398264b2 2021-05-16T05:28:10.575Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:28:10.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142867086, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "multicloud-k8s-id", "timestamp": 1621142866181, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "ves-openapi-manager", "timestamp": 1621142867514, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142867086, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "ves-openapi-manager", "timestamp": 1621142867514, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "multicloud-windriver-id", "timestamp": 1621142869012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "aai-ml", "timestamp": 1621142869494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "multicloud-windriver-id", "timestamp": 1621142869012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "aai-ml", "timestamp": 1621142869494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "dcae-sch", "timestamp": 1621142871780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "aai-ml", "timestamp": 1621142872783, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "dcae-sch", "timestamp": 1621142871780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "aai-ml", "timestamp": 1621142876257, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:28:10.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:28:10.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "aai-ml", "timestamp": 1621142877260, "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-16T05:28:10.588Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7ebc0ec-929b-442e-9aa7-270d398264b2 2021-05-16T05:28:10.589Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:28:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "clamp", "timestamp": 1621142881321, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:28:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:28:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "clamp", "timestamp": 1621142881321, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:28:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-16T05:28:10.640Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:28:10.640Z||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-16T05:28:10.641Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:28:10.656Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:28:10.656Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:28:11.540Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:28:11.541Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:28:11.542Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:28:11.542Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142889905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:28:11.642Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:28:11.643Z||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-16T05:28:11.643Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:28:11.654Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:28:11.655Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:28:12.543Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "adaa005b-c6d7-443a-9719-a5bd2fbcaaa1", "serviceDescription": "service", "serviceInvariantUUID": "67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "b57c3754-4ad4-4040-a500-b67396aac82d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "053ef643-dad8-4b55-851e-a1e27382fed8", "resourceInvariantUUID": "84f078ba-cbe9-4839-9518-7f23ae6f60da", "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": "MWU5NWI2MmNkZmJhZWE4YzEwMjMxYjQ2MTQxMWQ0YmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6493bc1c-59d3-4778-8c7c-52fd90228d23" } ], "workloadContext": "Production" } 2021-05-16T05:28:12.544Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-16T05:28:12.544Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 adaa005b-c6d7-443a-9719-a5bd2fbcaaa1 ASDC 2021-05-16T05:28:12.544Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e7ebc0ec-929b-442e-9aa7-270d398264b2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:adaa005b-c6d7-443a-9719-a5bd2fbcaaa1 ServiceInvariantUUID:67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade 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:6493bc1c-59d3-4778-8c7c-52fd90228d23 ArtifactChecksum:MWU5NWI2MmNkZmJhZWE4YzEwMjMxYjQ2MTQxMWQ0YmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:b57c3754-4ad4-4040-a500-b67396aac82d ResourceInvariantUUID:84f078ba-cbe9-4839-9518-7f23ae6f60da ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:053ef643-dad8-4b55-851e-a1e27382fed8 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-16T05:28:12.544Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adaa005b-c6d7-443a-9719-a5bd2fbcaaa1 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-16T05:28:12.567Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:28:12.568Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:28:12.568Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:28:12.568Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6493bc1c-59d3-4778-8c7c-52fd90228d23 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-16T05:28:12.568Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:28:12.568Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-16T05:28:13.159Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:28:13.161Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6493bc1c-59d3-4778-8c7c-52fd90228d23 52220 2021-05-16T05:28:13.161Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:13.161Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:13.161Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:28:13.162Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:28:13.163Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:28:13.163Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142893161, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:28:13.263Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:28:13.264Z||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-16T05:28:13.264Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:28:13.275Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:28:13.275Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:28:14.164Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:28:14.165Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:28:14.165Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6493bc1c-59d3-4778-8c7c-52fd90228d23, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-16T05:28:14.165Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-16T05:28:14.166Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-16T05:28:14.166Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-16T05:28:14.303Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15718705546171157513/Definitions/service-BasicNetwork-template.yml 2021-05-16T05:28:14.613Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-16T05:28:14.613Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.618Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.618Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:adaa005b-c6d7-443a-9719-a5bd2fbcaaa1 Model Version:NULL Model InvariantUuid:67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:84f078ba-cbe9-4839-9518-7f23ae6f60da Model UUID:f95ef5e6-2ec7-4cc9-a23c-4fbd69058df0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:b57c3754-4ad4-4040-a500-b67396aac82d 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-16T05:28:14.625Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 053ef643-dad8-4b55-851e-a1e27382fed8 2021-05-16T05:28:14.625Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||No resources found for Service: adaa005b-c6d7-443a-9719-a5bd2fbcaaa1 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-16T05:28:14.628Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500|| 2021-05-16T05:28:14.629Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-16T05:28:14.629Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: adaa005b-c6d7-443a-9719-a5bd2fbcaaa1 2021-05-16T05:28:14.629Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: adaa005b-c6d7-443a-9719-a5bd2fbcaaa1 2021-05-16T05:28:14.629Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-16T05:28:14.629Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.634Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.634Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid adaa005b-c6d7-443a-9719-a5bd2fbcaaa1: Generic NeutronNet 2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.658Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.659Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.659Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.659Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.660Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:28:14.660Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:28:14.660Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.707Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-16T05:28:14.707Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.707Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.707Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:28:14.708Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:28:14.709Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:28:14.709Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142894707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:28:14.809Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:28:14.810Z||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-16T05:28:14.810Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:28:14.821Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:28:14.821Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:28:15.710Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7ebc0ec-929b-442e-9aa7-270d398264b2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:28:15.719Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7ebc0ec-929b-442e-9aa7-270d398264b2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:28:15.721Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-16T05:28:15.727Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-16T05:28:45.727Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:28:45.731Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7ebc0ec-929b-442e-9aa7-270d398264b2 and serviceModelVersionId: adaa005b-c6d7-443a-9719-a5bd2fbcaaa1 2021-05-16T05:28:45.731Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade 2021-05-16T05:28:45.732Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0 2021-05-16T05:28:45.735Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-16T05:28:45.769Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?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-16T05:28:45.770Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0|INFO|500||Invoke 2021-05-16T05:28:45.786Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-16T05:28:45.855Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0|INFO|500||InvokeReturn 2021-05-16T05:28:45.855Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210516-05:28:45:794-54650], vertex-id=[192576], Content-Length=[0], Date=[Sun, 16 May 2021 05:28:45 GMT], Content-Type=[application/json]} 2021-05-16T05:28:45.855Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-16T05:28:45.856Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-16T05:28:45.856Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-16T05:28:45.861Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-16T05:28:45.861Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7ebc0ec-929b-442e-9aa7-270d398264b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-16T05:28:45.861Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-16T05:28:45.861Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:28:45.863Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:28:45.863Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142925861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:28:45.963Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:28:45.964Z||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-16T05:28:45.964Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:28:45.978Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:28:45.978Z||pool-39-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-16T05:29:09.906Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:29:09.906Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:29:09.907Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:09.907Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:29:09.908Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|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-16T05:29:09.908Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|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 NVeQSU97aPMWYACT) ... 2021-05-16T05:29:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:29:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142889905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:29:10.029Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:29:10.527Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:10.528Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-16T05:29:10.528Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e73a2b68-e730-49df-ad07-ad59e7fbeace","serviceName":"Demo_pNF_h2K9fLKxxD9se64PQ3Jg","serviceVersion":"1.0","serviceUUID":"17f4b55e-170f-478b-9746-5972647ae586","serviceDescription":"catalog service description","serviceInvariantUUID":"69c76c9c-d38d-4a35-9bb1-82c57dfc2afb","resources":[{"resourceInstanceName":"pNF 6ceda46d-a3f9 0","resourceName":"pNF 6ceda46d-a3f9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"74c73fc7-7858-461c-a876-867b6dc5f3f2","resourceInvariantUUID":"fa03a431-fc9f-4d19-9c2c-bb482ba720de","resourceCustomizationUUID":"4dc1d8fb-ae05-411e-a0aa-58f1335ea297","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml","artifactChecksum":"ZjZhOTYxMTU0NDIzMDBhMzM5ZjVkYzdiMjcyZGQzYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bdfcfbc2-7043-4a1c-aea5-2f16315f3070","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar","artifactChecksum":"ZTkxMzY1NjBhMjc2ZDcxNDAxN2UxOTMyZTVlZWYyMmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92781bd8-0d75-4bdc-902e-7e1e9e852b85","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f538b414-9b40-42da-9aef-949875306ac4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml","artifactChecksum":"M2UwMWI2OGUxOTY1NWVjNzE1NWY1NWFkMWEyYjRlMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1090ea57-b9a4-42b7-be85-835ef89498ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"397936a1-58bb-487e-b352-861e23a3af46","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d24c5552-5edb-4ba4-88c8-4624cbb0c6e7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml","artifactChecksum":"Y2IzMDZjOGQ2OTkxODNlOWUwOTU0ODVlYWY0Y2JjM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bae83774-4492-43a2-af3d-c198c4429c9b","artifactVersion":"1"},{"artifactName":"service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar","artifactChecksum":"ZjdiMzUzOTgyMWVkMjI2ZGMxYTU0MDVjMWJjYjgzMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b9ffd8f-956a-4421-b33e-36dd56358797","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-16T05:29:10.530Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:29:10.531Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:29:10.532Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:29:10.532Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:29:10.633Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-05-16T05:29:10.634Z||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-16T05:29:10.634Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:10.645Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:10.645Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:29:11.540Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:29:11.540Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:29:11.542Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:29:11.542Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:29:11.642Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:29:11.643Z||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-16T05:29:11.643Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:11.654Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:11.655Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:29:12.543Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:29:12.544Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:29:12.546Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:29:12.546Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:29:12.646Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:29:12.647Z||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-16T05:29:12.647Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:12.657Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:12.658Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:29:13.546Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:29:13.547Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:29:13.549Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:29:13.549Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:29:13.649Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:29:13.650Z||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-16T05:29:13.650Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:13.661Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:13.662Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:29:14.550Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:29:14.550Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:29:14.552Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:29:14.553Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:29:14.653Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:29:14.653Z||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-16T05:29:14.654Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:14.664Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:14.665Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:29:15.553Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:29:15.554Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:29:15.555Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:29:15.555Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:29:15.656Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:29:15.656Z||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-16T05:29:15.656Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:15.667Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:15.667Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:29:16.556Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:29:16.557Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:29:16.558Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:29:16.558Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:29:16.658Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-16T05:29:16.659Z||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-16T05:29:16.659Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:16.674Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:16.674Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:29:17.559Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:29:17.560Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:29:17.561Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:29:17.561Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:29:17.661Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:29:17.662Z||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-16T05:29:17.662Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:17.672Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:17.672Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:29:18.562Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "serviceName": "Demo_pNF_h2K9fLKxxD9se64PQ3Jg", "serviceVersion": "1.0", "serviceUUID": "17f4b55e-170f-478b-9746-5972647ae586", "serviceDescription": "catalog service description", "serviceInvariantUUID": "69c76c9c-d38d-4a35-9bb1-82c57dfc2afb", "resources": [ { "resourceInstanceName": "pNF 6ceda46d-a3f9 0", "resourceCustomizationUUID": "4dc1d8fb-ae05-411e-a0aa-58f1335ea297", "resourceName": "pNF 6ceda46d-a3f9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "74c73fc7-7858-461c-a876-867b6dc5f3f2", "resourceInvariantUUID": "fa03a431-fc9f-4d19-9c2c-bb482ba720de", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "artifactChecksum": "ZjdiMzUzOTgyMWVkMjI2ZGMxYTU0MDVjMWJjYjgzMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1b9ffd8f-956a-4421-b33e-36dd56358797" } ], "workloadContext": "Production" } 2021-05-16T05:29:18.562Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-16T05:29:18.562Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 17f4b55e-170f-478b-9746-5972647ae586 ASDC 2021-05-16T05:29:18.563Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e73a2b68-e730-49df-ad07-ad59e7fbeace ServiceName:Demo_pNF_h2K9fLKxxD9se64PQ3Jg ServiceVersion:1.0 ServiceUUID:17f4b55e-170f-478b-9746-5972647ae586 ServiceInvariantUUID:69c76c9c-d38d-4a35-9bb1-82c57dfc2afb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar ArtifactUUID:1b9ffd8f-956a-4421-b33e-36dd56358797 ArtifactChecksum:ZjdiMzUzOTgyMWVkMjI2ZGMxYTU0MDVjMWJjYjgzMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6ceda46d-a3f9 0 ResourceCustomizationUUID:4dc1d8fb-ae05-411e-a0aa-58f1335ea297 ResourceInvariantUUID:fa03a431-fc9f-4d19-9c2c-bb482ba720de ResourceName:pNF 6ceda46d-a3f9 ResourceType:PNF ResourceUUID:74c73fc7-7858-461c-a876-867b6dc5f3f2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-16T05:29:18.563Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17f4b55e-170f-478b-9746-5972647ae586 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-16T05:29:18.582Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:29:18.582Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:29:18.582Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:29:18.582Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1b9ffd8f-956a-4421-b33e-36dd56358797 from URL: /sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:18.582Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:29:18.583Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:21.543Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:29:21.547Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 1b9ffd8f-956a-4421-b33e-36dd56358797 83334 2021-05-16T05:29:21.547Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar ASDC sendASDCNotification 2021-05-16T05:29:21.548Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:21.548Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:29:21.548Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:29:21.549Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:29:21.550Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142961547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:29:21.650Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:29:21.650Z||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-16T05:29:21.650Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:21.661Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:21.661Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:29:22.550Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:29:22.551Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:29:22.552Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1b9ffd8f-956a-4421-b33e-36dd56358797, URL: /sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar to file: /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:22.552Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:22.552Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:22.552Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:22.763Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3666272920342945931/Definitions/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml 2021-05-16T05:29:23.306Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6ceda46d-a3f9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6ceda46d-a3f9 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-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Node template pNF 6ceda46d-a3f9 0 is matching search criteria 2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6ceda46d-a3f9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Node template pNF 6ceda46d-a3f9 0 is matching search criteria 2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6ceda46d-a3f9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_h2K9fLKxxD9se64PQ3Jg Description:catalog service description Model UUID:17f4b55e-170f-478b-9746-5972647ae586 Model Version:NULL Model InvariantUuid:69c76c9c-d38d-4a35-9bb1-82c57dfc2afb 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-16T05:29:23.317Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 74c73fc7-7858-461c-a876-867b6dc5f3f2 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-16T05:29:23.320Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||pNF 6ceda46d-a3f9 0 2021-05-16T05:29:23.320Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 74c73fc7-7858-461c-a876-867b6dc5f3f2 2021-05-16T05:29:23.320Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 17f4b55e-170f-478b-9746-5972647ae586 2021-05-16T05:29:23.320Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 17f4b55e-170f-478b-9746-5972647ae586 2021-05-16T05:29:23.320Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6ceda46d-a3f9 0 74c73fc7-7858-461c-a876-867b6dc5f3f2 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-16T05:29:23.325Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:29:23.325Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:29:23.326Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 17f4b55e-170f-478b-9746-5972647ae586: pNF 6ceda46d-a3f9 2021-05-16T05:29:23.326Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Processing PNF resource: 74c73fc7-7858-461c-a876-867b6dc5f3f2 2021-05-16T05:29:23.326Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:29:23.326Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:29:23.326Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Resource customization UUID: 4dc1d8fb-ae05-411e-a0aa-58f1335ea297 is the same as notified resource customizationUUID: 4dc1d8fb-ae05-411e-a0aa-58f1335ea297 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-16T05:29:23.369Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6ceda46d-a3f9 74c73fc7-7858-461c-a876-867b6dc5f3f2 0 ASDC deployResourceStructure 2021-05-16T05:29:23.369Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar ASDC sendASDCNotification 2021-05-16T05:29:23.370Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 2021-05-16T05:29:23.370Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:29:23.370Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:29:23.371Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:29:23.371Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142963369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:29:23.471Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-16T05:29:23.472Z||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-16T05:29:23.472Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:29:23.483Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:29:23.483Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:29:24.372Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e73a2b68-e730-49df-ad07-ad59e7fbeace Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:29:24.380Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e73a2b68-e730-49df-ad07-ad59e7fbeace Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:29:24.382Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:29:24.382Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:29:24.382Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:29:54.383Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e73a2b68-e730-49df-ad07-ad59e7fbeace Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:29:54.392Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e73a2b68-e730-49df-ad07-ad59e7fbeace Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:29:54.396Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:29:54.396Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:29:54.396Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:30:09.907Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:30:09.908Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|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-16T05:30:09.908Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|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 NVeQSU97aPMWYACT) ... 2021-05-16T05:30:09.945Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:30:09.947Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.947Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142889905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:30:09.948Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.948Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.948Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142893161, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:30:09.948Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.948Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.948Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "clamp", "timestamp": 1621142894443, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:30:09.948Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.948Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.948Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142894707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:30:09.948Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.949Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.949Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "clamp", "timestamp": 1621142896448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:30:09.949Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.949Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.949Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "clamp", "timestamp": 1621142897450, "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-16T05:30:09.956Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7ebc0ec-929b-442e-9aa7-270d398264b2 2021-05-16T05:30:09.956Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:30:09.962Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "cds", "timestamp": 1621142913075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142907086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142907514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142911321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.963Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-windriver-id", "timestamp": 1621142909012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-k8s-id", "timestamp": 1621142906181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "dcae-sch", "timestamp": 1621142911780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142912168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142915728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "cds", "timestamp": 1621142913075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.964Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142907514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142907086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142911321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-k8s-id", "timestamp": 1621142906181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-windriver-id", "timestamp": 1621142909012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.965Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "dcae-sch", "timestamp": 1621142911780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142912168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142915728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142911321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "cds", "timestamp": 1621142913075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.966Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142907514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142907086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-k8s-id", "timestamp": 1621142906181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-windriver-id", "timestamp": 1621142909012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "dcae-sch", "timestamp": 1621142911780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142912168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.967Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142915728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142907086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142907514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142911321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.968Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-k8s-id", "timestamp": 1621142906181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "cds", "timestamp": 1621142913075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-windriver-id", "timestamp": 1621142909012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "dcae-sch", "timestamp": 1621142911780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142912168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142915728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.969Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142911321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142907086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "cds", "timestamp": 1621142913075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142907514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-k8s-id", "timestamp": 1621142906181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.970Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-windriver-id", "timestamp": 1621142909012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "dcae-sch", "timestamp": 1621142911780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142912168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142915728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142907086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142911321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.971Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "cds", "timestamp": 1621142913075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-k8s-id", "timestamp": 1621142906181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142907514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-windriver-id", "timestamp": 1621142909012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "dcae-sch", "timestamp": 1621142911780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.972Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142912168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142915728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142907086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142911321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "cds", "timestamp": 1621142913075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.973Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142907514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-k8s-id", "timestamp": 1621142906181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-windriver-id", "timestamp": 1621142909012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "dcae-sch", "timestamp": 1621142911780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142912168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142915728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.974Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-starlingx-id", "timestamp": 1621142907086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "cds", "timestamp": 1621142913075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142907514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142911321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-k8s-id", "timestamp": 1621142906181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "multicloud-windriver-id", "timestamp": 1621142909012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:30:09.975Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "dcae-sch", "timestamp": 1621142911780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142912168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142915728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "cds", "timestamp": 1621142924543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142924551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.976Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.977Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142924662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:30:09.977Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.977Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.977Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142925056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:30:09.977Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.977Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.977Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "cds", "timestamp": 1621142925547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-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-16T05:30:09.982Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e73a2b68-e730-49df-ad07-ad59e7fbeace 2021-05-16T05:30:09.982Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e73a2b68-e730-49df-ad07-ad59e7fbeace 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-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142925554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142925861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142925916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:09.990Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "policy-id", "timestamp": 1621142926557, "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-16T05:30:09.994Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e73a2b68-e730-49df-ad07-ad59e7fbeace 2021-05-16T05:30:09.994Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e73a2b68-e730-49df-ad07-ad59e7fbeace 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-16T05:30:10.002Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.002Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142926756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:30:10.002Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:10.002Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.002Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "ves-openapi-manager", "timestamp": 1621142926920, "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-16T05:30:10.006Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e73a2b68-e730-49df-ad07-ad59e7fbeace 2021-05-16T05:30:10.006Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e73a2b68-e730-49df-ad07-ad59e7fbeace 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-16T05:30:10.014Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.014Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621142927759, "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-16T05:30:10.018Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e73a2b68-e730-49df-ad07-ad59e7fbeace 2021-05-16T05:30:10.018Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e73a2b68-e730-49df-ad07-ad59e7fbeace 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-16T05:30:10.025Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.026Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142929494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:10.026Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:10.026Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.026Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142929494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:10.026Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:10.026Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.026Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142931447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:30:10.026Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:10.026Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.027Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142929494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:10.027Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:10.027Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.027Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142929494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:10.027Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:10.027Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.027Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142933453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:30:10.027Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142929494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "clamp", "timestamp": 1621142934457, "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-16T05:30:10.032Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e73a2b68-e730-49df-ad07-ad59e7fbeace 2021-05-16T05:30:10.032Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e73a2b68-e730-49df-ad07-ad59e7fbeace 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-16T05:30:10.040Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.040Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142929494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:10.040Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:10.040Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.040Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142929494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:30:10.040Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:10.041Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.041Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142929494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:30:10.041Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:30:10.041Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.041Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142940950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:30:10.041Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:10.041Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.041Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142945123, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:30:10.042Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:30:10.042Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:30:10.042Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "aai-ml", "timestamp": 1621142946126, "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-16T05:30:10.046Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e73a2b68-e730-49df-ad07-ad59e7fbeace 2021-05-16T05:30:10.046Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e73a2b68-e730-49df-ad07-ad59e7fbeace 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-16T05:30:24.396Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e73a2b68-e730-49df-ad07-ad59e7fbeace Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:30:24.409Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e73a2b68-e730-49df-ad07-ad59e7fbeace Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:30:24.412Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:30:24.413Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-16T05:30:24.413Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-16T05:30:24.413Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-16T05:30:24.413Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:30:24.413Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:30:24.414Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:30:24.414Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:30:24.414Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:30:24.414Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:30:24.414Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:30:24.414Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-16T05:30:24.419Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-16T05:30:54.420Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e73a2b68-e730-49df-ad07-ad59e7fbeace 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-16T05:30:54.424Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e73a2b68-e730-49df-ad07-ad59e7fbeace and serviceModelVersionId: 17f4b55e-170f-478b-9746-5972647ae586 2021-05-16T05:30:54.424Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69c76c9c-d38d-4a35-9bb1-82c57dfc2afb 2021-05-16T05:30:54.425Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69c76c9c-d38d-4a35-9bb1-82c57dfc2afb/model-vers/model-ver/17f4b55e-170f-478b-9746-5972647ae586?depth=0 2021-05-16T05:30:54.428Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-16T05:30:54.459Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69c76c9c-d38d-4a35-9bb1-82c57dfc2afb/model-vers/model-ver/17f4b55e-170f-478b-9746-5972647ae586?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-16T05:30:54.460Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69c76c9c-d38d-4a35-9bb1-82c57dfc2afb/model-vers/model-ver/17f4b55e-170f-478b-9746-5972647ae586?depth=0|INFO|500||Invoke 2021-05-16T05:30:54.477Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69c76c9c-d38d-4a35-9bb1-82c57dfc2afb/model-vers/model-ver/17f4b55e-170f-478b-9746-5972647ae586?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-16T05:30:54.669Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69c76c9c-d38d-4a35-9bb1-82c57dfc2afb/model-vers/model-ver/17f4b55e-170f-478b-9746-5972647ae586?depth=0|INFO|500||InvokeReturn 2021-05-16T05:30:54.669Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69c76c9c-d38d-4a35-9bb1-82c57dfc2afb/model-vers/model-ver/17f4b55e-170f-478b-9746-5972647ae586?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210516-05:30:54:483-2882], vertex-id=[200768], Content-Length=[0], Date=[Sun, 16 May 2021 05:30:54 GMT], Content-Type=[application/json]} 2021-05-16T05:30:54.670Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-16T05:30:54.670Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-16T05:30:54.670Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-16T05:30:54.675Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-16T05:30:54.675Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e73a2b68-e730-49df-ad07-ad59e7fbeace and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-16T05:30:54.675Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-16T05:30:54.675Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:30:54.677Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:30:54.677Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143054675, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:30:54.778Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:30:54.779Z||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-16T05:30:54.779Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:30:54.790Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:30:54.790Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-16T05:30:55.687Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:30:55.687Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:30:55.687Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:31:05.236Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:31:09.905Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:31:09.906Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:31:09.906Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:31:09.907Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:31:09.908Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|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-16T05:31:09.908Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|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 NVeQSU97aPMWYACT) ... 2021-05-16T05:31:09.930Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:31:09.931Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:31:09.931Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:31:09.932Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:31:09.932Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:31:09.932Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:31:09.932Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:31:09.932Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:31:09.932Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-16T05:31:09.932Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:31:09.933Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:31:09.933Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:31:09.933Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:31:09.933Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:31:09.933Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:31:09.933Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:31:09.933Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142949906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142961547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:31:09.934Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-16T05:31:09.935Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621142963369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:31:09.935Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:31:19.460Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:09.906Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:32:09.906Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:32:09.906Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:32:09.908Z||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-16T05:32:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:32:09.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:09.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:32:09.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143054675, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:32:09.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:32:10.537Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:10.538Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-16T05:32:10.538Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"595c7305-00d9-4167-875b-8a96a0cb5db1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b","serviceDescription":"service","serviceInvariantUUID":"c0efea9b-2060-44e2-b631-f99b22f3c759","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cce3c2f9-3278-4bac-adde-01cba8f42547","resourceInvariantUUID":"a62da77d-9c57-4831-b5e8-791303a8db12","resourceCustomizationUUID":"790e5c09-a276-4aa3-8020-aeb1c19e8c67","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":"ZjRjNTRlOWIyMTNkMWZkNDI5M2NkOWFiYjQxMWZiMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97ad34ed-0722-4a0f-b7a9-32b2a464f034","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":"ZjNhY2Q2ZjNmNTA1MTAyNTliMmM4ZTI0NDIzZDcwMGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8528ac92-a18d-4cc2-ac73-6c77c4ba1bc0","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":"f53426db-8a46-4d78-91b5-1c01f5fc25d1","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":"4ceeb374-d241-45f5-9a91-42f3be25e144","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":"cabfad26-145f-4534-95f2-d1a50465583f","artifactVersion":"2","generatedFromUUID":"f53426db-8a46-4d78-91b5-1c01f5fc25d1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTVmZDFiZDY3Y2EzZjUwY2I4ODIyOThjNGZiY2JjNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"568c2138-921f-46db-8950-f6de215736a4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZGQyM2EwMjRjNTNmMWQ5M2M0ODZlMmViZmRhNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94934035-625c-4d56-a7bf-dfe153188e0d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-16T05:32:10.539Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:32:10.539Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:10.541Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:10.541Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:32:10.641Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:10.642Z||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-16T05:32:10.642Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:10.653Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:10.654Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:11.541Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:32:11.542Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:11.544Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:11.544Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:32:11.644Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:11.645Z||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-16T05:32:11.645Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:11.654Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:11.655Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:12.544Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:32:12.545Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:12.547Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:12.547Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:32:12.648Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:12.648Z||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-16T05:32:12.648Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:12.660Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:12.660Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:13.548Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:32:13.548Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:13.550Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:13.550Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:32:13.650Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:13.651Z||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-16T05:32:13.651Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:13.662Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:13.662Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:14.550Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:32:14.551Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:14.552Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:14.552Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-16T05:32:14.653Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:14.653Z||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-16T05:32:14.653Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:14.665Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:14.665Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:15.553Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:32:15.554Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:15.555Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:15.555Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:32:15.655Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:15.656Z||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-16T05:32:15.656Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:15.667Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:15.668Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:16.556Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:32:16.557Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:16.559Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:16.559Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:32:16.659Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:16.660Z||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-16T05:32:16.660Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:16.670Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:16.670Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:17.561Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b", "serviceDescription": "service", "serviceInvariantUUID": "c0efea9b-2060-44e2-b631-f99b22f3c759", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "790e5c09-a276-4aa3-8020-aeb1c19e8c67", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cce3c2f9-3278-4bac-adde-01cba8f42547", "resourceInvariantUUID": "a62da77d-9c57-4831-b5e8-791303a8db12", "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": "ZjNhY2Q2ZjNmNTA1MTAyNTliMmM4ZTI0NDIzZDcwMGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8528ac92-a18d-4cc2-ac73-6c77c4ba1bc0", "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": "f53426db-8a46-4d78-91b5-1c01f5fc25d1", "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": "cabfad26-145f-4534-95f2-d1a50465583f", "generatedFromUUID": "f53426db-8a46-4d78-91b5-1c01f5fc25d1" }, "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": "cabfad26-145f-4534-95f2-d1a50465583f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MzllZGQyM2EwMjRjNTNmMWQ5M2M0ODZlMmViZmRhNDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94934035-625c-4d56-a7bf-dfe153188e0d" } ], "workloadContext": "Production" } 2021-05-16T05:32:17.561Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-16T05:32:17.561Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b ASDC 2021-05-16T05:32:17.562Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:595c7305-00d9-4167-875b-8a96a0cb5db1 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b ServiceInvariantUUID:c0efea9b-2060-44e2-b631-f99b22f3c759 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:94934035-625c-4d56-a7bf-dfe153188e0d ArtifactChecksum:MzllZGQyM2EwMjRjNTNmMWQ5M2M0ODZlMmViZmRhNDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:790e5c09-a276-4aa3-8020-aeb1c19e8c67 ResourceInvariantUUID:a62da77d-9c57-4831-b5e8-791303a8db12 ResourceName:basic_vm ResourceType:VF ResourceUUID:cce3c2f9-3278-4bac-adde-01cba8f42547 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:8528ac92-a18d-4cc2-ac73-6c77c4ba1bc0 ArtifactChecksum:ZjNhY2Q2ZjNmNTA1MTAyNTliMmM4ZTI0NDIzZDcwMGM= 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:f53426db-8a46-4d78-91b5-1c01f5fc25d1 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:cabfad26-145f-4534-95f2-d1a50465583f 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:cabfad26-145f-4534-95f2-d1a50465583f ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-16T05:32:17.562Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b 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-16T05:32:17.592Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:32:17.592Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:32:17.592Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:32:17.593Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 94934035-625c-4d56-a7bf-dfe153188e0d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-16T05:32:17.593Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:32:17.593Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-16T05:32:20.241Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:32:20.244Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 94934035-625c-4d56-a7bf-dfe153188e0d 74260 2021-05-16T05:32:20.245Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:20.245Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:20.245Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:32:20.245Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:20.246Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:20.247Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143140245, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:32:20.347Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:20.347Z||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-16T05:32:20.348Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:20.359Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:20.359Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:21.247Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:32:21.248Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:32:21.249Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 94934035-625c-4d56-a7bf-dfe153188e0d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-16T05:32:21.249Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-16T05:32:21.249Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-16T05:32:21.249Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-16T05:32:21.435Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17043138162594404580/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-16T05:32:22.316Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-16T05:32:22.316Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:32:22.316Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-16T05:32:22.317Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:32:22.318Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.318Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:22.318Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-16T05:32:22.318Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:32:22.318Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:32:22.318Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.318Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:22.318Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-16T05:32:22.319Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:32:22.319Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:32:22.319Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.319Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:22.319Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.319Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-16T05:32:22.319Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-16T05:32:22.319Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-16T05:32:22.320Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-16T05:32:22.320Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-16T05:32:22.320Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-16T05:32:22.320Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.320Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:32:22.320Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.320Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-16T05:32:22.320Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:32:22.321Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.321Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-16T05:32:22.321Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:32:22.321Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.321Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-16T05:32:22.321Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:32:22.322Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.322Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-16T05:32:22.322Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-16T05:32:22.322Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-16T05:32:22.322Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ea733d16-71c1-4e00-ba29-0bc62dc5bf74 2021-05-16T05:32:22.323Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.323Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:22.323Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.323Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:22.323Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.324Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:22.324Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:22.324Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:22.324Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b Model Version:NULL Model InvariantUuid:c0efea9b-2060-44e2-b631-f99b22f3c759 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:43e3c9d7-f2a9-47db-9cc5-727218ecf34e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a62da77d-9c57-4831-b5e8-791303a8db12 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:790e5c09-a276-4aa3-8020-aeb1c19e8c67 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d532b8ba-73b0-4f6b-9077-fef90febaa76 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:8d04371d-74fa-4a74-8fca-3354055f0f98 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ea733d16-71c1-4e00-ba29-0bc62dc5bf74 ModelInvariantUuid:d7ec6039-2b6d-40a9-a4fa-c907aef26545 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:0d907a57-60df-44de-8d91-123d37950a61 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:60082ae2-7417-4e41-889d-e938a0f6c95a ModelInvariantUuid:9cbf33e9-3aad-48d3-94b7-5cf361f12a52 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:4b729d56-2132-4f6c-81f1-7693c1df8237 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-16T05:32:22.331Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: cce3c2f9-3278-4bac-adde-01cba8f42547 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-16T05:32:22.333Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||basic_vm 0 2021-05-16T05:32:22.333Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cce3c2f9-3278-4bac-adde-01cba8f42547 2021-05-16T05:32:22.334Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8528ac92-a18d-4cc2-ac73-6c77c4ba1bc0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-16T05:32:22.334Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:32:22.334Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:23.067Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:32:23.067Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8528ac92-a18d-4cc2-ac73-6c77c4ba1bc0 787 2021-05-16T05:32:23.067Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:23.067Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:23.068Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:32:23.068Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:23.069Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:23.069Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143143067, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:32:23.170Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-16T05:32:23.170Z||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-16T05:32:23.170Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:23.181Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:23.182Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:24.070Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d532b8ba-73b0-4f6b-9077-fef90febaa76", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8d04371d-74fa-4a74-8fca-3354055f0f98", "vfModuleModelCustomizationUUID": "aba52427-7d12-4c86-b8b2-11a71e48e328", "isBase": true, "artifacts": [ "f53426db-8a46-4d78-91b5-1c01f5fc25d1", "cabfad26-145f-4534-95f2-d1a50465583f" ], "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-16T05:32:24.074Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8d04371d-74fa-4a74-8fca-3354055f0f98 VfModuleModelInvariantUUID:d532b8ba-73b0-4f6b-9077-fef90febaa76 VfModuleModelDescription:NULL Artifacts UUID List:{ f53426db-8a46-4d78-91b5-1c01f5fc25d1 , cabfad26-145f-4534-95f2-d1a50465583f } 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-16T05:32:24.076Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d532b8ba-73b0-4f6b-9077-fef90febaa76", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8d04371d-74fa-4a74-8fca-3354055f0f98", "vfModuleModelCustomizationUUID": "aba52427-7d12-4c86-b8b2-11a71e48e328", "isBase": true, "artifacts": [ "f53426db-8a46-4d78-91b5-1c01f5fc25d1", "cabfad26-145f-4534-95f2-d1a50465583f" ], "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-16T05:32:24.076Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8d04371d-74fa-4a74-8fca-3354055f0f98 VfModuleModelInvariantUUID:d532b8ba-73b0-4f6b-9077-fef90febaa76 VfModuleModelDescription:NULL Artifacts UUID List:{ f53426db-8a46-4d78-91b5-1c01f5fc25d1 , cabfad26-145f-4534-95f2-d1a50465583f } 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-16T05:32:24.076Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f53426db-8a46-4d78-91b5-1c01f5fc25d1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-16T05:32:24.076Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:32:24.077Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:24.663Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:32:24.663Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f53426db-8a46-4d78-91b5-1c01f5fc25d1 5033 2021-05-16T05:32:24.663Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:24.663Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:24.664Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:32:24.664Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:24.665Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:24.665Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143144663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:32:24.766Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:24.767Z||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-16T05:32:24.767Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:24.776Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:24.776Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:25.666Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cabfad26-145f-4534-95f2-d1a50465583f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-16T05:32:25.666Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:32:25.667Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:26.258Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:32:26.258Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env cabfad26-145f-4534-95f2-d1a50465583f 903 2021-05-16T05:32:26.258Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:26.259Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:26.259Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:32:26.259Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:26.261Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:26.261Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143146258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:32:26.361Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:26.362Z||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-16T05:32:26.362Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:26.374Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:26.374Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:27.261Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b 2021-05-16T05:32:27.262Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 cce3c2f9-3278-4bac-adde-01cba8f42547 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-16T05:32:27.273Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.273Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:27.274Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-16T05:32:27.274Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 790e5c09-a276-4aa3-8020-aeb1c19e8c67 2021-05-16T05:32:27.274Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 790e5c09-a276-4aa3-8020-aeb1c19e8c67 matches Tosca VF Customization UUID: 790e5c09-a276-4aa3-8020-aeb1c19e8c67 2021-05-16T05:32:27.274Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 790e5c09-a276-4aa3-8020-aeb1c19e8c67 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-16T05:32:27.275Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.275Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:27.276Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 790e5c09-a276-4aa3-8020-aeb1c19e8c67: {\"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-16T05:32:27.276Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9920f1d 2021-05-16T05:32:27.276Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.276Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:32:27.277Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aba52427-7d12-4c86-b8b2-11a71e48e328 2021-05-16T05:32:27.277Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aba52427-7d12-4c86-b8b2-11a71e48e328 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-16T05:32:27.279Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.279Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-16T05:32:27.279Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:32:27.279Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.279Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-16T05:32:27.279Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:32:27.280Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.280Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-16T05:32:27.280Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-16T05:32:27.280Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-16T05:32:27.280Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ea733d16-71c1-4e00-ba29-0bc62dc5bf74 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-16T05:32:27.282Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.282Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-16T05:32:27.282Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:32:27.282Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.282Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-16T05:32:27.283Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=790e5c09-a276-4aa3-8020-aeb1c19e8c67 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-16T05:32:27.284Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.284Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:27.284Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b: basic_vm 2021-05-16T05:32:27.284Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.284Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:27.285Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.285Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:27.285Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.285Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:27.285Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.285Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:27.285Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:32:27.286Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:32:27.286Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:27.352Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm cce3c2f9-3278-4bac-adde-01cba8f42547 1 ASDC deployResourceStructure 2021-05-16T05:32:27.352Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:27.352Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:27.352Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:32:27.352Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:27.354Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:27.354Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143147352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:32:27.454Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:27.455Z||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-16T05:32:27.455Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:27.466Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:27.466Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:28.355Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:28.355Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:28.356Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:32:28.356Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:28.358Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:28.358Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143148355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:32:28.458Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:28.458Z||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-16T05:32:28.459Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:28.469Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:28.469Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:29.359Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:29.359Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:29.359Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:32:29.360Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:29.361Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:29.361Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143149358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-16T05:32:29.462Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:29.462Z||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-16T05:32:29.462Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:29.478Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:29.478Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:30.362Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:30.363Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||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-16T05:32:30.363Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:32:30.363Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:32:30.365Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:32:30.365Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143150362, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:32:30.465Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:32:30.466Z||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-16T05:32:30.466Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:32:30.478Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:32:30.478Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:32:31.366Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 595c7305-00d9-4167-875b-8a96a0cb5db1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:32:31.376Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 595c7305-00d9-4167-875b-8a96a0cb5db1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:32:31.378Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:32:31.378Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:32:31.378Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:33:01.378Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 595c7305-00d9-4167-875b-8a96a0cb5db1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:33:01.386Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 595c7305-00d9-4167-875b-8a96a0cb5db1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:33:01.389Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:33:01.389Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:33:01.389Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:33:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:33:09.908Z||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-16T05:33:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:33:09.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:33:09.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143095727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "cds", "timestamp": 1621143093075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "policy-id", "timestamp": 1621143092168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "cds", "timestamp": 1621143093075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143095727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "policy-id", "timestamp": 1621143092168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "cds", "timestamp": 1621143093075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143095727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "policy-id", "timestamp": 1621143092168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "cds", "timestamp": 1621143093075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143095727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "policy-id", "timestamp": 1621143092168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "cds", "timestamp": 1621143093075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143095727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "policy-id", "timestamp": 1621143092168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143106181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "cds", "timestamp": 1621143093075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143095727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "policy-id", "timestamp": 1621143092168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143106181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "cds", "timestamp": 1621143093075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143095727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:33:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "policy-id", "timestamp": 1621143092168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143106181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143106181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "cds", "timestamp": 1621143109690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "policy-id", "timestamp": 1621143109695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143109792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143106181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "cds", "timestamp": 1621143110694, "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-16T05:33:09.947Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 595c7305-00d9-4167-875b-8a96a0cb5db1 2021-05-16T05:33:09.947Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595c7305-00d9-4167-875b-8a96a0cb5db1 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-16T05:33:09.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "policy-id", "timestamp": 1621143110700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143106181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "policy-id", "timestamp": 1621143111703, "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-16T05:33:09.958Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 595c7305-00d9-4167-875b-8a96a0cb5db1 2021-05-16T05:33:09.958Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595c7305-00d9-4167-875b-8a96a0cb5db1 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-16T05:33:09.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143112170, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "cds", "timestamp": 1621143111696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143106181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143113173, "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-16T05:33:09.969Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 595c7305-00d9-4167-875b-8a96a0cb5db1 2021-05-16T05:33:09.969Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595c7305-00d9-4167-875b-8a96a0cb5db1 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-16T05:33:09.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "cds", "timestamp": 1621143111696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143112706, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "cds", "timestamp": 1621143111696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143112706, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143114490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "cds", "timestamp": 1621143111696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143112706, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143115440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.978Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143116253, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "cds", "timestamp": 1621143111696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143112706, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "cds", "timestamp": 1621143111696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143112706, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143117670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "cds", "timestamp": 1621143111696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143112706, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143118666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "aai-ml", "timestamp": 1621143119083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143119268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "cds", "timestamp": 1621143111696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:33:09.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143112706, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143120294, "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-16T05:33:09.986Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 595c7305-00d9-4167-875b-8a96a0cb5db1 2021-05-16T05:33:09.986Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595c7305-00d9-4167-875b-8a96a0cb5db1 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-16T05:33:09.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143112706, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143121297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143121739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143121945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "ves-openapi-manager", "timestamp": 1621143107514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "cds", "timestamp": 1621143122370, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:09.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:09.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143122643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:09.993Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:09.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:09.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143122742, "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-16T05:33:09.996Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 595c7305-00d9-4167-875b-8a96a0cb5db1 2021-05-16T05:33:09.996Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595c7305-00d9-4167-875b-8a96a0cb5db1 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-16T05:33:10.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:33:10.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "cds", "timestamp": 1621143123374, "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-16T05:33:10.017Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 491c0b5d-e690-41fc-892e-da1cfa09c091 2021-05-16T05:33:10.017Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 491c0b5d-e690-41fc-892e-da1cfa09c091 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-16T05:33:10.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143123648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:33:10.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:10.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143123744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:33:10.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:10.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143124190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:10.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:10.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "policy-id", "timestamp": 1621143124651, "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-16T05:33:10.032Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 491c0b5d-e690-41fc-892e-da1cfa09c091 2021-05-16T05:33:10.032Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 491c0b5d-e690-41fc-892e-da1cfa09c091 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-16T05:33:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143125197, "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-16T05:33:10.044Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 595c7305-00d9-4167-875b-8a96a0cb5db1 2021-05-16T05:33:10.044Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595c7305-00d9-4167-875b-8a96a0cb5db1 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-16T05:33:10.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "aai-ml", "timestamp": 1621143125442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143126201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:33:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143125727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143111780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "aai-ml", "timestamp": 1621143126446, "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-16T05:33:10.054Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 595c7305-00d9-4167-875b-8a96a0cb5db1 2021-05-16T05:33:10.055Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595c7305-00d9-4167-875b-8a96a0cb5db1 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-16T05:33:10.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143126181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:33:10.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143125727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143126181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:33:10.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:33:10.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143128134, "artifactURL": "/sdc/v1/catalog/services/7edb75c5-46e6-48cf-93ec-60919d158b67/resourceInstances/basicclamp0/artifacts/be484576-2358-4bd1-9327-88b2768fb746", "status": "DOWNLOAD_OK" } 2021-05-16T05:33:10.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143125727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143126181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:33:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:33:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143125727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143129425, "artifactURL": "/sdc/v1/catalog/services/7edb75c5-46e6-48cf-93ec-60919d158b67/resourceInstances/basicclamp0/artifacts/be484576-2358-4bd1-9327-88b2768fb746", "status": "DEPLOY_OK" } 2021-05-16T05:33:10.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:33:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:33:10.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143126181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:33:10.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:10.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:33:10.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-16T05:33:10.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:33:31.389Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 595c7305-00d9-4167-875b-8a96a0cb5db1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:33:31.398Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 595c7305-00d9-4167-875b-8a96a0cb5db1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:33:31.400Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:33:31.400Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-16T05:33:31.400Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-16T05:33:31.400Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-16T05:33:31.400Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:33:31.400Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:33:31.401Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:33:31.401Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:33:31.401Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:33:31.401Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-16T05:33:31.405Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-16T05:34:01.405Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 595c7305-00d9-4167-875b-8a96a0cb5db1 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-16T05:34:01.409Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 595c7305-00d9-4167-875b-8a96a0cb5db1 and serviceModelVersionId: f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b 2021-05-16T05:34:01.409Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0efea9b-2060-44e2-b631-f99b22f3c759 2021-05-16T05:34:01.410Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0efea9b-2060-44e2-b631-f99b22f3c759/model-vers/model-ver/f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b?depth=0 2021-05-16T05:34:01.413Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-16T05:34:01.443Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0efea9b-2060-44e2-b631-f99b22f3c759/model-vers/model-ver/f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b?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-16T05:34:01.444Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0efea9b-2060-44e2-b631-f99b22f3c759/model-vers/model-ver/f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b?depth=0|INFO|500||Invoke 2021-05-16T05:34:01.459Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0efea9b-2060-44e2-b631-f99b22f3c759/model-vers/model-ver/f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-16T05:34:01.845Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0efea9b-2060-44e2-b631-f99b22f3c759/model-vers/model-ver/f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b?depth=0|INFO|500||InvokeReturn 2021-05-16T05:34:01.845Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0efea9b-2060-44e2-b631-f99b22f3c759/model-vers/model-ver/f3019787-a57e-4fd8-b1f8-9d45f8c6bf9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210516-05:34:01:466-16537], vertex-id=[217216], Content-Length=[0], Date=[Sun, 16 May 2021 05:34:01 GMT], Content-Type=[application/json]} 2021-05-16T05:34:01.845Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-16T05:34:01.846Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-16T05:34:01.846Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-16T05:34:01.850Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-16T05:34:01.850Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 595c7305-00d9-4167-875b-8a96a0cb5db1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-16T05:34:01.851Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-16T05:34:01.851Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:01.852Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:01.852Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143241851, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:34:01.953Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-16T05:34:01.954Z||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-16T05:34:01.954Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:01.966Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:01.966Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-16T05:34:02.862Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-16T05:34:02.863Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"491c0b5d-e690-41fc-892e-da1cfa09c091","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7edb75c5-46e6-48cf-93ec-60919d158b67","serviceDescription":"service","serviceInvariantUUID":"27fa8d90-cbe6-4d78-9359-d328fd6a22eb","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d474c4fb-4833-4adb-9ffd-60432a0956a4","resourceInvariantUUID":"325c631c-4ed2-40d2-88f9-d737b4e8e485","resourceCustomizationUUID":"c68159af-62ad-4042-8b31-652a7cbbaf63","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":"be484576-2358-4bd1-9327-88b2768fb746","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":"NzdmNjc3ZTM3MjkyYzBjMDFiMmQ0NmZkNjA0MjkzNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a347bd6-903b-45e5-9241-86461fe10c9c","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":"YjEyOWIyZDcyNTM5YWIyZDcwYTk4YzlhNGJkMGE3YmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e4a7b0f-2b12-40ee-a941-dd347d3bee12","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":"7e3b0727-778f-4c7f-a002-02ebbe74ef9c","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":"63385bb1-a1fb-4392-b8a9-dabc40b89d69","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":"b48b41a8-15f1-4664-bdc9-34febb0c6a0e","artifactVersion":"2","generatedFromUUID":"7e3b0727-778f-4c7f-a002-02ebbe74ef9c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTIyZmU1NzdlZDQxNmRhY2U4MzA1NDI2OGFiNzdjOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3b2db98-5968-414f-aa2a-a8c91ee37c9c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDNhMzA4MWIwMjdmZWVhMDU4ZGJiNGUwYmJkNDM1YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"278dd8d2-4f64-4fc4-9ccf-ba7159eaf9eb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-16T05:34:02.863Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:34:02.863Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:02.865Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:02.865Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:34:02.965Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:02.966Z||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-16T05:34:02.966Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:02.975Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:02.975Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:03.865Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:34:03.867Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:03.869Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:03.869Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:34:03.969Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:03.971Z||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-16T05:34:03.972Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:03.983Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:03.983Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:04.870Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:34:04.871Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:04.873Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:04.873Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:34:04.973Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:04.974Z||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-16T05:34:04.974Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:04.983Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:04.983Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:34:05.873Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:34:05.874Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:05.876Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:05.876Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:34:05.976Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:05.977Z||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-16T05:34:05.977Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:05.989Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:05.989Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:06.876Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:34:06.877Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:06.878Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:06.879Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:34:06.979Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:06.979Z||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-16T05:34:06.979Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:06.995Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:06.995Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:07.879Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:34:07.880Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:07.881Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:07.881Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-16T05:34:07.981Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:07.982Z||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-16T05:34:07.982Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:07.994Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:07.995Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:08.882Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:34:08.882Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:08.884Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:08.884Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:34:08.984Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:08.985Z||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-16T05:34:08.985Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:08.997Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:08.998Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:09.885Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:34:09.885Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:09.887Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:09.887Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:34:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:34:09.908Z||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-16T05:34:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:34:09.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:09.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:34:09.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:34:09.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:34:09.987Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:09.987Z||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-16T05:34:09.988Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:09.998Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:09.998Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:34:10.888Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "7edb75c5-46e6-48cf-93ec-60919d158b67", "serviceDescription": "service", "serviceInvariantUUID": "27fa8d90-cbe6-4d78-9359-d328fd6a22eb", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "c68159af-62ad-4042-8b31-652a7cbbaf63", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d474c4fb-4833-4adb-9ffd-60432a0956a4", "resourceInvariantUUID": "325c631c-4ed2-40d2-88f9-d737b4e8e485", "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": "YjEyOWIyZDcyNTM5YWIyZDcwYTk4YzlhNGJkMGE3YmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e4a7b0f-2b12-40ee-a941-dd347d3bee12", "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": "7e3b0727-778f-4c7f-a002-02ebbe74ef9c", "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": "b48b41a8-15f1-4664-bdc9-34febb0c6a0e", "generatedFromUUID": "7e3b0727-778f-4c7f-a002-02ebbe74ef9c" }, "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": "b48b41a8-15f1-4664-bdc9-34febb0c6a0e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZDNhMzA4MWIwMjdmZWVhMDU4ZGJiNGUwYmJkNDM1YmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "278dd8d2-4f64-4fc4-9ccf-ba7159eaf9eb" } ], "workloadContext": "Production" } 2021-05-16T05:34:10.888Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-16T05:34:10.888Z|595c7305-00d9-4167-875b-8a96a0cb5db1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7edb75c5-46e6-48cf-93ec-60919d158b67 ASDC 2021-05-16T05:34:10.888Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:491c0b5d-e690-41fc-892e-da1cfa09c091 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:7edb75c5-46e6-48cf-93ec-60919d158b67 ServiceInvariantUUID:27fa8d90-cbe6-4d78-9359-d328fd6a22eb 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:278dd8d2-4f64-4fc4-9ccf-ba7159eaf9eb ArtifactChecksum:ZDNhMzA4MWIwMjdmZWVhMDU4ZGJiNGUwYmJkNDM1YmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:c68159af-62ad-4042-8b31-652a7cbbaf63 ResourceInvariantUUID:325c631c-4ed2-40d2-88f9-d737b4e8e485 ResourceName:basicclamp ResourceType:VF ResourceUUID:d474c4fb-4833-4adb-9ffd-60432a0956a4 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:6e4a7b0f-2b12-40ee-a941-dd347d3bee12 ArtifactChecksum:YjEyOWIyZDcyNTM5YWIyZDcwYTk4YzlhNGJkMGE3YmE= 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:7e3b0727-778f-4c7f-a002-02ebbe74ef9c 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:b48b41a8-15f1-4664-bdc9-34febb0c6a0e 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:b48b41a8-15f1-4664-bdc9-34febb0c6a0e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-16T05:34:10.888Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7edb75c5-46e6-48cf-93ec-60919d158b67 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-16T05:34:10.916Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:34:10.916Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:34:10.916Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:34:10.916Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 278dd8d2-4f64-4fc4-9ccf-ba7159eaf9eb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-16T05:34:10.916Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:34:10.917Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-16T05:34:11.369Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:34:11.372Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 278dd8d2-4f64-4fc4-9ccf-ba7159eaf9eb 76836 2021-05-16T05:34:11.372Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:11.372Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:11.372Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:34:11.373Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:11.374Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:11.374Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143251372, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:34:11.474Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:11.475Z||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-16T05:34:11.475Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:11.487Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:11.487Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:12.375Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:34:12.375Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:34:12.376Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 278dd8d2-4f64-4fc4-9ccf-ba7159eaf9eb, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:12.376Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-16T05:34:12.376Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:12.376Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:12.537Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4937364703148164328/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-16T05:34:13.442Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-16T05:34:13.442Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:34:13.442Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:13.443Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.444Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-16T05:34:13.445Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-16T05:34:13.445Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-16T05:34:13.445Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-16T05:34:13.445Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-16T05:34:13.445Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-16T05:34:13.445Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.445Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:34:13.445Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.445Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-16T05:34:13.445Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:34:13.446Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.446Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-16T05:34:13.446Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:34:13.446Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.446Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-16T05:34:13.446Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:34:13.446Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.446Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-16T05:34:13.446Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=458a06e5-d115-4a82-a8db-fdf245d9b086 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:13.447Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:7edb75c5-46e6-48cf-93ec-60919d158b67 Model Version:NULL Model InvariantUuid:27fa8d90-cbe6-4d78-9359-d328fd6a22eb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:3a844bb0-65e1-4aaa-9b44-205465a0b100 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:325c631c-4ed2-40d2-88f9-d737b4e8e485 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c68159af-62ad-4042-8b31-652a7cbbaf63 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d4216cfb-f8ef-403d-8eb8-1741a7a7bf29 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:44fc9bad-1c0b-427a-80f6-c3854a7321d8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:458a06e5-d115-4a82-a8db-fdf245d9b086 ModelInvariantUuid:a684de9a-3741-4c36-80c0-370a37ae554d ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:9d59f0f7-2e69-4f26-9658-6c55c04ac33f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:fec3fa45-4b58-4d25-ab9c-505cfc0a0f3b ModelInvariantUuid:43f5bffa-7908-46c9-8061-735178f3e529 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:adddd898-a0a1-4c08-bdc3-2d53c510c227 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-16T05:34:13.452Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d474c4fb-4833-4adb-9ffd-60432a0956a4 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-16T05:34:13.455Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-05-16T05:34:13.455Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d474c4fb-4833-4adb-9ffd-60432a0956a4 2021-05-16T05:34:13.455Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6e4a7b0f-2b12-40ee-a941-dd347d3bee12 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-16T05:34:13.455Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:34:13.456Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:13.888Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:34:13.888Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 6e4a7b0f-2b12-40ee-a941-dd347d3bee12 790 2021-05-16T05:34:13.888Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:13.888Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:13.889Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:34:13.889Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:13.891Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:13.891Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143253888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:34:13.991Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:13.991Z||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-16T05:34:13.992Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:14.003Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:14.004Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:34:14.891Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d4216cfb-f8ef-403d-8eb8-1741a7a7bf29", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44fc9bad-1c0b-427a-80f6-c3854a7321d8", "vfModuleModelCustomizationUUID": "2339feac-8bbb-4417-b7c7-cb8f5fb603c3", "isBase": true, "artifacts": [ "7e3b0727-778f-4c7f-a002-02ebbe74ef9c", "b48b41a8-15f1-4664-bdc9-34febb0c6a0e" ], "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-16T05:34:14.894Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44fc9bad-1c0b-427a-80f6-c3854a7321d8 VfModuleModelInvariantUUID:d4216cfb-f8ef-403d-8eb8-1741a7a7bf29 VfModuleModelDescription:NULL Artifacts UUID List:{ 7e3b0727-778f-4c7f-a002-02ebbe74ef9c , b48b41a8-15f1-4664-bdc9-34febb0c6a0e } 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-16T05:34:14.895Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d4216cfb-f8ef-403d-8eb8-1741a7a7bf29", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44fc9bad-1c0b-427a-80f6-c3854a7321d8", "vfModuleModelCustomizationUUID": "2339feac-8bbb-4417-b7c7-cb8f5fb603c3", "isBase": true, "artifacts": [ "7e3b0727-778f-4c7f-a002-02ebbe74ef9c", "b48b41a8-15f1-4664-bdc9-34febb0c6a0e" ], "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-16T05:34:14.895Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44fc9bad-1c0b-427a-80f6-c3854a7321d8 VfModuleModelInvariantUUID:d4216cfb-f8ef-403d-8eb8-1741a7a7bf29 VfModuleModelDescription:NULL Artifacts UUID List:{ 7e3b0727-778f-4c7f-a002-02ebbe74ef9c , b48b41a8-15f1-4664-bdc9-34febb0c6a0e } 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-16T05:34:14.895Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7e3b0727-778f-4c7f-a002-02ebbe74ef9c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-16T05:34:14.896Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:34:14.896Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:15.375Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:34:15.375Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 7e3b0727-778f-4c7f-a002-02ebbe74ef9c 5033 2021-05-16T05:34:15.375Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:15.376Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:15.376Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:34:15.376Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:15.377Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:15.377Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143255375, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:34:15.477Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:15.478Z||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-16T05:34:15.478Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:15.488Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:15.488Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:16.378Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b48b41a8-15f1-4664-bdc9-34febb0c6a0e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-16T05:34:16.378Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:34:16.379Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:16.958Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:34:16.958Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env b48b41a8-15f1-4664-bdc9-34febb0c6a0e 909 2021-05-16T05:34:16.958Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:16.958Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:16.958Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:34:16.958Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:16.960Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:16.960Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143256958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:34:17.060Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:17.061Z||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-16T05:34:17.061Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:17.071Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:17.071Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:17.961Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7edb75c5-46e6-48cf-93ec-60919d158b67 2021-05-16T05:34:17.961Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 d474c4fb-4833-4adb-9ffd-60432a0956a4 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-16T05:34:17.975Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.975Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:17.975Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-16T05:34:17.975Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c68159af-62ad-4042-8b31-652a7cbbaf63 2021-05-16T05:34:17.976Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c68159af-62ad-4042-8b31-652a7cbbaf63 matches Tosca VF Customization UUID: c68159af-62ad-4042-8b31-652a7cbbaf63 2021-05-16T05:34:17.976Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c68159af-62ad-4042-8b31-652a7cbbaf63 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-16T05:34:17.978Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.978Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:17.979Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c68159af-62ad-4042-8b31-652a7cbbaf63: {\"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-16T05:34:17.979Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58a55255 2021-05-16T05:34:17.979Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.979Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:34:17.979Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2339feac-8bbb-4417-b7c7-cb8f5fb603c3 2021-05-16T05:34:17.979Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2339feac-8bbb-4417-b7c7-cb8f5fb603c3 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-16T05:34:17.981Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.981Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-16T05:34:17.981Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:34:17.982Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.982Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-16T05:34:17.982Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:34:17.982Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.982Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-16T05:34:17.982Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-16T05:34:17.982Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-16T05:34:17.983Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=458a06e5-d115-4a82-a8db-fdf245d9b086 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-16T05:34:17.984Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.984Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-16T05:34:17.984Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:34:17.985Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.985Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-16T05:34:17.985Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=c68159af-62ad-4042-8b31-652a7cbbaf63 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-16T05:34:17.986Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.987Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:17.987Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7edb75c5-46e6-48cf-93ec-60919d158b67: basicclamp 2021-05-16T05:34:17.987Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.987Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:17.987Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.987Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:17.987Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.988Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:17.988Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.988Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:17.988Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:34:17.988Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:34:17.988Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:18.059Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp d474c4fb-4833-4adb-9ffd-60432a0956a4 1 ASDC deployResourceStructure 2021-05-16T05:34:18.059Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:18.059Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:18.059Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:34:18.059Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:18.061Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:18.061Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143258059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:34:18.161Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:18.162Z||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-16T05:34:18.162Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:18.172Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:18.172Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:19.062Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:19.062Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:19.063Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:34:19.063Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:19.064Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:19.065Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143259062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:34:19.165Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:19.166Z||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-16T05:34:19.166Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:19.176Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:19.176Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:34:20.066Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:20.066Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:20.066Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:34:20.066Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:20.068Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:20.068Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143260065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-16T05:34:20.169Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:20.169Z||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-16T05:34:20.169Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:20.178Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:20.178Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:21.069Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:21.070Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||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-16T05:34:21.070Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:34:21.070Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:34:21.072Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:34:21.072Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143261069, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:34:21.172Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:34:21.173Z||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-16T05:34:21.173Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:34:21.184Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:34:21.184Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:34:22.072Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 491c0b5d-e690-41fc-892e-da1cfa09c091 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:34:22.079Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 491c0b5d-e690-41fc-892e-da1cfa09c091 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:34:22.081Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:34:22.081Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:34:22.081Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:34:52.082Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 491c0b5d-e690-41fc-892e-da1cfa09c091 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:34:52.089Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 491c0b5d-e690-41fc-892e-da1cfa09c091 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:34:52.091Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:34:52.091Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:34:52.091Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:35:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:35:09.908Z||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-16T05:35:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:35:09.927Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:35:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143125727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "dcae-sch", "timestamp": 1621143130428, "artifactURL": "/sdc/v1/catalog/services/7edb75c5-46e6-48cf-93ec-60919d158b67/resourceInstances/basicclamp0/artifacts/be484576-2358-4bd1-9327-88b2768fb746", "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-16T05:35:09.945Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 491c0b5d-e690-41fc-892e-da1cfa09c091 2021-05-16T05:35:09.945Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 491c0b5d-e690-41fc-892e-da1cfa09c091 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-16T05:35:09.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143126181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143125727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:35:09.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143126181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-16T05:35:09.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143107086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:09.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-16T05:35:09.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143125727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:35:09.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143126181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143133175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.957Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143125727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:09.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143126181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:09.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143109011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:09.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143109494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:09.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-16T05:35:09.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143134692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143134984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143135378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "clamp", "timestamp": 1621143135474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143135661, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143135963, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143136148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "clamp", "timestamp": 1621143136486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:35:09.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:09.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143136964, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:35:09.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143136961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143137151, "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-16T05:35:09.967Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 491c0b5d-e690-41fc-892e-da1cfa09c091 2021-05-16T05:35:09.968Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 491c0b5d-e690-41fc-892e-da1cfa09c091 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-16T05:35:09.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "clamp", "timestamp": 1621143137488, "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-16T05:35:09.977Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 595c7305-00d9-4167-875b-8a96a0cb5db1 2021-05-16T05:35:09.977Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595c7305-00d9-4167-875b-8a96a0cb5db1 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-16T05:35:09.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143132168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "dcae-sch", "timestamp": 1621143131780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143137966, "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-16T05:35:09.986Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 491c0b5d-e690-41fc-892e-da1cfa09c091 2021-05-16T05:35:09.986Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 491c0b5d-e690-41fc-892e-da1cfa09c091 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-16T05:35:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143138156, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143138154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:35:09.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "cds", "timestamp": 1621143138075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143132168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "dcae-sch", "timestamp": 1621143131780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "cds", "timestamp": 1621143138075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143139158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143132168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:35:09.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "dcae-sch", "timestamp": 1621143131780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143140245, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:35:09.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "cds", "timestamp": 1621143138075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143139158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:35:09.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143132168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "dcae-sch", "timestamp": 1621143131780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143141476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:09.998Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:09.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "cds", "timestamp": 1621143138075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:09.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143139158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:35:09.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:09.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:09.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143132168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "dcae-sch", "timestamp": 1621143131780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143141858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143142502, "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-16T05:35:10.004Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 491c0b5d-e690-41fc-892e-da1cfa09c091 2021-05-16T05:35:10.004Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 491c0b5d-e690-41fc-892e-da1cfa09c091 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-16T05:35:10.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "cds", "timestamp": 1621143138075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143139158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143132168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "dcae-sch", "timestamp": 1621143131780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143142864, "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-16T05:35:10.016Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 491c0b5d-e690-41fc-892e-da1cfa09c091 2021-05-16T05:35:10.016Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 491c0b5d-e690-41fc-892e-da1cfa09c091 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-16T05:35:10.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143143067, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-k8s-id", "timestamp": 1621143143506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "cds", "timestamp": 1621143138075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143139158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-16T05:35:10.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "dcae-sch", "timestamp": 1621143131780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143132168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "multicloud-windriver-id", "timestamp": 1621143143867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143144142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143144663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "cds", "timestamp": 1621143138075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143139158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143132168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:10.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "dcae-sch", "timestamp": 1621143131780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "aai-ml", "timestamp": 1621143145145, "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-16T05:35:10.030Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 491c0b5d-e690-41fc-892e-da1cfa09c091 2021-05-16T05:35:10.030Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 491c0b5d-e690-41fc-892e-da1cfa09c091 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-16T05:35:10.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143144873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143121321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "cds", "timestamp": 1621143138075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143139158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143146258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143146246, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143144873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143146147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143139158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143146180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143147250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143147352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "cds", "timestamp": 1621143147378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143144873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143146147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143146180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143147971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "ves-openapi-manager", "timestamp": 1621143147514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "policy-id", "timestamp": 1621143148253, "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-16T05:35:10.055Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7aff9201-ed62-437e-b81d-beef7149d3b5 2021-05-16T05:35:10.055Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aff9201-ed62-437e-b81d-beef7149d3b5 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-16T05:35:10.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143148355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143144873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143146147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143146180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "ves-openapi-manager", "timestamp": 1621143147514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143149358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143149398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "cds", "timestamp": 1621143149482, "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=? 2021-05-16T05:35:10.066Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7aff9201-ed62-437e-b81d-beef7149d3b5 2021-05-16T05:35:10.066Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aff9201-ed62-437e-b81d-beef7149d3b5 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-16T05:35:10.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143144873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-16T05:35:10.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143146147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143146180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "ves-openapi-manager", "timestamp": 1621143147514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143150362, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143144873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143146147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143146180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-16T05:35:10.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143150905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "ves-openapi-manager", "timestamp": 1621143147514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143144873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143146147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143146180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143151908, "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-16T05:35:10.080Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7aff9201-ed62-437e-b81d-beef7149d3b5 2021-05-16T05:35:10.081Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aff9201-ed62-437e-b81d-beef7149d3b5 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-16T05:35:10.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "ves-openapi-manager", "timestamp": 1621143147514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143144873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143146147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143146180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143152911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "ves-openapi-manager", "timestamp": 1621143147514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143146147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143146180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143153977, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "ves-openapi-manager", "timestamp": 1621143147514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "ves-openapi-manager", "timestamp": 1621143147514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143155476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143155542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143155642, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143155858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143155727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143156479, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143155727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143157440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143158159, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143155727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143159167, "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-16T05:35:10.096Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7aff9201-ed62-437e-b81d-beef7149d3b5 2021-05-16T05:35:10.096Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aff9201-ed62-437e-b81d-beef7149d3b5 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-16T05:35:10.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143155727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-windriver-id", "timestamp": 1621143160170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143155727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143160602, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143160967, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143155727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143161604, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143161995, "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-16T05:35:10.108Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7aff9201-ed62-437e-b81d-beef7149d3b5 2021-05-16T05:35:10.108Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aff9201-ed62-437e-b81d-beef7149d3b5 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-16T05:35:10.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143155727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "clamp", "timestamp": 1621143162607, "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-16T05:35:10.117Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 491c0b5d-e690-41fc-892e-da1cfa09c091 2021-05-16T05:35:10.117Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 491c0b5d-e690-41fc-892e-da1cfa09c091 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-16T05:35:10.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1621143162998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143155727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:10.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143163610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143164247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143165073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143163610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "aai-ml", "timestamp": 1621143165250, "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-16T05:35:10.130Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7aff9201-ed62-437e-b81d-beef7149d3b5 2021-05-16T05:35:10.130Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aff9201-ed62-437e-b81d-beef7149d3b5 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-16T05:35:10.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143163610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143167074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143163610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143168077, "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-16T05:35:10.143Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7aff9201-ed62-437e-b81d-beef7149d3b5 2021-05-16T05:35:10.143Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aff9201-ed62-437e-b81d-beef7149d3b5 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-16T05:35:10.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143163610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143163610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143163610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:10.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143163610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:35:10.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:35:10.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143183480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:35:10.151Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143186483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:35:10.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:35:10.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:35:10.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "clamp", "timestamp": 1621143187486, "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-16T05:35:10.155Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7aff9201-ed62-437e-b81d-beef7149d3b5 2021-05-16T05:35:10.155Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aff9201-ed62-437e-b81d-beef7149d3b5 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-16T05:35:22.092Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 491c0b5d-e690-41fc-892e-da1cfa09c091 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:35:22.101Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 491c0b5d-e690-41fc-892e-da1cfa09c091 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:35:22.104Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:35:22.104Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-16T05:35:22.105Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-16T05:35:22.105Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-16T05:35:22.105Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:35:22.105Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:35:22.105Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:35:22.105Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:35:22.106Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:35:22.106Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:35:22.106Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:35:22.106Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-16T05:35:22.111Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-16T05:35:52.112Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 491c0b5d-e690-41fc-892e-da1cfa09c091 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-16T05:35:52.116Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 491c0b5d-e690-41fc-892e-da1cfa09c091 and serviceModelVersionId: 7edb75c5-46e6-48cf-93ec-60919d158b67 2021-05-16T05:35:52.116Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 27fa8d90-cbe6-4d78-9359-d328fd6a22eb 2021-05-16T05:35:52.117Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/27fa8d90-cbe6-4d78-9359-d328fd6a22eb/model-vers/model-ver/7edb75c5-46e6-48cf-93ec-60919d158b67?depth=0 2021-05-16T05:35:52.120Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-16T05:35:52.148Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27fa8d90-cbe6-4d78-9359-d328fd6a22eb/model-vers/model-ver/7edb75c5-46e6-48cf-93ec-60919d158b67?depth=0|INFO|500||Invoke 2021-05-16T05:35:52.148Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27fa8d90-cbe6-4d78-9359-d328fd6a22eb/model-vers/model-ver/7edb75c5-46e6-48cf-93ec-60919d158b67?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27fa8d90-cbe6-4d78-9359-d328fd6a22eb/model-vers/model-ver/7edb75c5-46e6-48cf-93ec-60919d158b67?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[491c0b5d-e690-41fc-892e-da1cfa09c091], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3d02e7a-7668-4420-9f02-cd3b0e84e0d6], X-ECOMP-RequestID=[491c0b5d-e690-41fc-892e-da1cfa09c091], X-TransactionId=[], X-ONAP-RequestID=[491c0b5d-e690-41fc-892e-da1cfa09c091], Content-Type=[application/merge-patch+json]} 2021-05-16T05:35:52.166Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27fa8d90-cbe6-4d78-9359-d328fd6a22eb/model-vers/model-ver/7edb75c5-46e6-48cf-93ec-60919d158b67?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-16T05:35:52.294Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27fa8d90-cbe6-4d78-9359-d328fd6a22eb/model-vers/model-ver/7edb75c5-46e6-48cf-93ec-60919d158b67?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/27fa8d90-cbe6-4d78-9359-d328fd6a22eb/model-vers/model-ver/7edb75c5-46e6-48cf-93ec-60919d158b67?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210516-05:35:52:172-99457], vertex-id=[221312], Content-Length=[0], Date=[Sun, 16 May 2021 05:35:52 GMT], Content-Type=[application/json]} 2021-05-16T05:35:52.295Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27fa8d90-cbe6-4d78-9359-d328fd6a22eb/model-vers/model-ver/7edb75c5-46e6-48cf-93ec-60919d158b67?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-16T05:35:52.295Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27fa8d90-cbe6-4d78-9359-d328fd6a22eb/model-vers/model-ver/7edb75c5-46e6-48cf-93ec-60919d158b67?depth=0|INFO|500||InvokeReturn 2021-05-16T05:35:52.295Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-16T05:35:52.295Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-16T05:35:52.301Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-16T05:35:52.301Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 491c0b5d-e690-41fc-892e-da1cfa09c091 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-16T05:35:52.301Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-16T05:35:52.302Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:35:52.303Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:35:52.303Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143352301, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:35:52.403Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:35:52.404Z||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-16T05:35:52.404Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:35:52.419Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:35:52.419Z||pool-83-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-16T05:35:53.315Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:35:53.315Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:35:53.315Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:35:57.613Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:35:57.614Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-16T05:35:57.614Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7aff9201-ed62-437e-b81d-beef7149d3b5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"de9b9083-bef8-4cf8-b8df-cbdfe4670775","serviceDescription":"service","serviceInvariantUUID":"c7299e7f-8a9a-4aff-93dc-9320ee706b61","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df398c68-b8b6-4e82-845f-3636107ea09b","resourceInvariantUUID":"8453055a-3239-4170-8f2b-c250cce676cb","resourceCustomizationUUID":"b2793d81-8b2c-4875-935f-82b2f8562f84","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":"ZDZkMDg5YzdhYWU0NTgxZGVmYjlkYTIwZGIyNmM1OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8f514eb-b845-4a63-a321-eac546ab9cab","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":"NzMxOGMyNTllMzllMDc1NDAwM2ViY2JiZDg0OGRmNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5281b64b-758d-4231-a182-5a49412ef0a4","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":"49c03515-1d0e-4e08-be2c-731da6f134c9","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":"43158370-eaae-4c55-ab72-f15d784962ff","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":"fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397","artifactVersion":"2","generatedFromUUID":"49c03515-1d0e-4e08-be2c-731da6f134c9"},{"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":"ZDU2MmM3MGRjODg3NTAxYjlmMTdmYmFmZDQwZTYwNzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"979a689e-00f9-4ca3-b546-57190d48a1cd","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":"ZTIzMjNjYWRmNzk3NDdhODUwMWJjMTcxNDc2N2E1YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b82a13e8-8dc7-4b97-b4e7-bc2837c48135","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2RjM2IyYzJjYWI4NDg3NGU0ZWJiYmRiODM0YTNhMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d53ea17-76eb-4011-bb20-e2968965ecc2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-16T05:35:57.615Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:35:57.615Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:35:57.617Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:35:57.617Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:35:57.718Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-16T05:35:57.718Z||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-16T05:35:57.718Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:35:57.729Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:35:57.729Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:35:58.618Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:35:58.618Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:35:58.620Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:35:58.620Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:35:58.721Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-16T05:35:58.722Z||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-16T05:35:58.722Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:35:58.732Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:35:58.732Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:35:59.621Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:35:59.622Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:35:59.623Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:35:59.623Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:35:59.723Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:35:59.724Z||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-16T05:35:59.724Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:35:59.734Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:35:59.734Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:00.623Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:00.624Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:00.626Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:00.626Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:36:00.726Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:00.727Z||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-16T05:36:00.727Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:00.736Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:00.736Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:01.627Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:01.627Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:01.628Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:01.629Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-16T05:36:01.729Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:01.729Z||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-16T05:36:01.730Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:01.741Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:01.741Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:02.629Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:02.630Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:02.631Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:02.631Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:36:02.731Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:02.732Z||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-16T05:36:02.732Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:02.743Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:02.743Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:03.631Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:03.632Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:03.633Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:03.634Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:36:03.734Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:03.734Z||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-16T05:36:03.734Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:03.744Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:03.744Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:04.634Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:04.635Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:04.637Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:04.637Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:36:04.737Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:04.738Z||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-16T05:36:04.738Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:04.749Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:04.749Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:05.638Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "de9b9083-bef8-4cf8-b8df-cbdfe4670775", "serviceDescription": "service", "serviceInvariantUUID": "c7299e7f-8a9a-4aff-93dc-9320ee706b61", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "b2793d81-8b2c-4875-935f-82b2f8562f84", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "df398c68-b8b6-4e82-845f-3636107ea09b", "resourceInvariantUUID": "8453055a-3239-4170-8f2b-c250cce676cb", "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": "NzMxOGMyNTllMzllMDc1NDAwM2ViY2JiZDg0OGRmNDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5281b64b-758d-4231-a182-5a49412ef0a4", "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": "49c03515-1d0e-4e08-be2c-731da6f134c9", "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": "fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397", "generatedFromUUID": "49c03515-1d0e-4e08-be2c-731da6f134c9" }, "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": "fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Y2RjM2IyYzJjYWI4NDg3NGU0ZWJiYmRiODM0YTNhMzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4d53ea17-76eb-4011-bb20-e2968965ecc2" } ], "workloadContext": "Production" } 2021-05-16T05:36:05.638Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-16T05:36:05.638Z|491c0b5d-e690-41fc-892e-da1cfa09c091|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de9b9083-bef8-4cf8-b8df-cbdfe4670775 ASDC 2021-05-16T05:36:05.639Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7aff9201-ed62-437e-b81d-beef7149d3b5 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:de9b9083-bef8-4cf8-b8df-cbdfe4670775 ServiceInvariantUUID:c7299e7f-8a9a-4aff-93dc-9320ee706b61 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:4d53ea17-76eb-4011-bb20-e2968965ecc2 ArtifactChecksum:Y2RjM2IyYzJjYWI4NDg3NGU0ZWJiYmRiODM0YTNhMzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:b2793d81-8b2c-4875-935f-82b2f8562f84 ResourceInvariantUUID:8453055a-3239-4170-8f2b-c250cce676cb ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:df398c68-b8b6-4e82-845f-3636107ea09b 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:5281b64b-758d-4231-a182-5a49412ef0a4 ArtifactChecksum:NzMxOGMyNTllMzllMDc1NDAwM2ViY2JiZDg0OGRmNDI= 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:49c03515-1d0e-4e08-be2c-731da6f134c9 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:fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397 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:fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-16T05:36:05.639Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de9b9083-bef8-4cf8-b8df-cbdfe4670775 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-16T05:36:05.663Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:36:05.663Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:36:05.663Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:36:05.663Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d53ea17-76eb-4011-bb20-e2968965ecc2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-16T05:36:05.664Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:36:05.664Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-16T05:36:06.085Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:36:06.088Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4d53ea17-76eb-4011-bb20-e2968965ecc2 82022 2021-05-16T05:36:06.089Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:06.089Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:06.089Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:36:06.089Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:06.090Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:06.090Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143366089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:36:06.191Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:06.191Z||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-16T05:36:06.191Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:06.201Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:06.202Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:07.091Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:36:07.092Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:36:07.092Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4d53ea17-76eb-4011-bb20-e2968965ecc2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-16T05:36:07.092Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-05-16T05:36:07.092Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-16T05:36:07.092Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-16T05:36:07.219Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2743286184547131765/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-16T05:36:08.076Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:08.077Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:36:08.078Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:36:08.079Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.080Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-16T05:36:08.080Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:36:08.080Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.080Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-16T05:36:08.080Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:36:08.080Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.080Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-16T05:36:08.080Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:36:08.080Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.080Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=52ca4584-106f-4950-ba25-c979c90bbb30 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:08.081Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:de9b9083-bef8-4cf8-b8df-cbdfe4670775 Model Version:NULL Model InvariantUuid:c7299e7f-8a9a-4aff-93dc-9320ee706b61 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c9a7b9a2-0070-443e-8ed9-db11ae6a1fc8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8453055a-3239-4170-8f2b-c250cce676cb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b2793d81-8b2c-4875-935f-82b2f8562f84 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dfa639af-e53d-4785-b1ac-3473401bf06f ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:4fce6b02-ebe1-4217-b79e-33ceae240829 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:52ca4584-106f-4950-ba25-c979c90bbb30 ModelInvariantUuid:f87ac7ac-0c69-4c09-841f-886e2761e6fa ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:a7abdc93-4a6f-417b-a296-2259e05cf359 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:4ccfafc7-d328-4e9c-a36c-32aa2e56c94f ModelInvariantUuid:da90365b-28fa-42b8-b79c-74995f365ae1 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:72caaf23-2173-42c4-bfef-e56ccbd2ac94 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-16T05:36:08.088Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: df398c68-b8b6-4e82-845f-3636107ea09b 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-16T05:36:08.091Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2021-05-16T05:36:08.091Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df398c68-b8b6-4e82-845f-3636107ea09b 2021-05-16T05:36:08.091Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5281b64b-758d-4231-a182-5a49412ef0a4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-16T05:36:08.091Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:36:08.091Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:08.250Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:36:08.250Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5281b64b-758d-4231-a182-5a49412ef0a4 792 2021-05-16T05:36:08.251Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:08.251Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:08.251Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:36:08.251Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:08.252Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:08.252Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143368250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:36:08.352Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:08.353Z||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-16T05:36:08.353Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:08.364Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:08.365Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:09.253Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dfa639af-e53d-4785-b1ac-3473401bf06f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4fce6b02-ebe1-4217-b79e-33ceae240829", "vfModuleModelCustomizationUUID": "0a46c8cd-c1e5-42d4-84c8-8c4f026f5b10", "isBase": true, "artifacts": [ "49c03515-1d0e-4e08-be2c-731da6f134c9", "fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397" ], "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-16T05:36:09.256Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4fce6b02-ebe1-4217-b79e-33ceae240829 VfModuleModelInvariantUUID:dfa639af-e53d-4785-b1ac-3473401bf06f VfModuleModelDescription:NULL Artifacts UUID List:{ 49c03515-1d0e-4e08-be2c-731da6f134c9 , fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397 } 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-16T05:36:09.258Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dfa639af-e53d-4785-b1ac-3473401bf06f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4fce6b02-ebe1-4217-b79e-33ceae240829", "vfModuleModelCustomizationUUID": "0a46c8cd-c1e5-42d4-84c8-8c4f026f5b10", "isBase": true, "artifacts": [ "49c03515-1d0e-4e08-be2c-731da6f134c9", "fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397" ], "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-16T05:36:09.258Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4fce6b02-ebe1-4217-b79e-33ceae240829 VfModuleModelInvariantUUID:dfa639af-e53d-4785-b1ac-3473401bf06f VfModuleModelDescription:NULL Artifacts UUID List:{ 49c03515-1d0e-4e08-be2c-731da6f134c9 , fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397 } 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-16T05:36:09.258Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 49c03515-1d0e-4e08-be2c-731da6f134c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-16T05:36:09.258Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:36:09.258Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:36:09.908Z||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-16T05:36:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:36:09.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:09.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:36:09.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "595c7305-00d9-4167-875b-8a96a0cb5db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143241851, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-16T05:36:09.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:36:09.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:36:09.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:36:09.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:36:10.071Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:36:10.071Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 49c03515-1d0e-4e08-be2c-731da6f134c9 5033 2021-05-16T05:36:10.071Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:10.072Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:10.072Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:36:10.072Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:10.074Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:10.074Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143370071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:36:10.174Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:10.175Z||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-16T05:36:10.175Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:10.187Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:10.188Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:11.075Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-16T05:36:11.075Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:36:11.075Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:11.585Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:36:11.586Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env fe91d7c9-b0ab-457e-ad2d-6dd5a2bc7397 903 2021-05-16T05:36:11.586Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:11.586Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:11.586Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:36:11.586Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:11.588Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:11.588Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143371586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:36:11.688Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:11.689Z||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-16T05:36:11.689Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:11.700Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:11.700Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:12.588Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: de9b9083-bef8-4cf8-b8df-cbdfe4670775 2021-05-16T05:36:12.589Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 df398c68-b8b6-4e82-845f-3636107ea09b 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-16T05:36:12.601Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.601Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:12.601Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-16T05:36:12.601Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b2793d81-8b2c-4875-935f-82b2f8562f84 2021-05-16T05:36:12.601Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2793d81-8b2c-4875-935f-82b2f8562f84 matches Tosca VF Customization UUID: b2793d81-8b2c-4875-935f-82b2f8562f84 2021-05-16T05:36:12.602Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b2793d81-8b2c-4875-935f-82b2f8562f84 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-16T05:36:12.603Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.603Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:12.604Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b2793d81-8b2c-4875-935f-82b2f8562f84: {\"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-16T05:36:12.604Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e6f731e 2021-05-16T05:36:12.604Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.604Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:36:12.604Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a46c8cd-c1e5-42d4-84c8-8c4f026f5b10 2021-05-16T05:36:12.604Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a46c8cd-c1e5-42d4-84c8-8c4f026f5b10 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-16T05:36:12.606Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.606Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-16T05:36:12.606Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:36:12.606Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.607Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-16T05:36:12.607Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:36:12.607Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.607Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-16T05:36:12.607Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-16T05:36:12.607Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-16T05:36:12.607Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=52ca4584-106f-4950-ba25-c979c90bbb30 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-16T05:36:12.609Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.609Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-16T05:36:12.609Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:36:12.609Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.609Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-16T05:36:12.609Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b2793d81-8b2c-4875-935f-82b2f8562f84 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-16T05:36:12.611Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.611Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:12.611Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid de9b9083-bef8-4cf8-b8df-cbdfe4670775: basic_vm_macro 2021-05-16T05:36:12.611Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.611Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:12.611Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.611Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:12.611Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.611Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:12.612Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.612Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:12.612Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:36:12.612Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:36:12.612Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:12.682Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro df398c68-b8b6-4e82-845f-3636107ea09b 1 ASDC deployResourceStructure 2021-05-16T05:36:12.682Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:12.682Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:12.682Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:36:12.683Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:12.684Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:12.684Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143372682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:36:12.784Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:12.785Z||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-16T05:36:12.785Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:12.796Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:12.796Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:13.685Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:13.685Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:13.685Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:36:13.685Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:13.687Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:13.687Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143373684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:36:13.787Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:13.788Z||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-16T05:36:13.788Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:13.800Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:13.800Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:14.688Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:14.688Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:14.688Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:36:14.688Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:14.689Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:14.689Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143374687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-16T05:36:14.790Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:14.790Z||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-16T05:36:14.790Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:14.802Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:14.802Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:15.690Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:15.691Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||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-16T05:36:15.691Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:36:15.691Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:15.692Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:15.693Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143375690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:36:15.793Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:15.794Z||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-16T05:36:15.794Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:15.804Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:15.804Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:36:16.693Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aff9201-ed62-437e-b81d-beef7149d3b5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:36:16.702Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aff9201-ed62-437e-b81d-beef7149d3b5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:36:16.704Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:36:16.704Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-16T05:36:16.704Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-16T05:36:16.704Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-16T05:36:16.704Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:36:16.704Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:36:16.704Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:36:16.704Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:36:16.704Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:36:16.705Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:36:16.705Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-16T05:36:16.709Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-16T05:36:46.709Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7aff9201-ed62-437e-b81d-beef7149d3b5 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-16T05:36:46.714Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7aff9201-ed62-437e-b81d-beef7149d3b5 and serviceModelVersionId: de9b9083-bef8-4cf8-b8df-cbdfe4670775 2021-05-16T05:36:46.714Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7299e7f-8a9a-4aff-93dc-9320ee706b61 2021-05-16T05:36:46.715Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7299e7f-8a9a-4aff-93dc-9320ee706b61/model-vers/model-ver/de9b9083-bef8-4cf8-b8df-cbdfe4670775?depth=0 2021-05-16T05:36:46.718Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-16T05:36:46.749Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7299e7f-8a9a-4aff-93dc-9320ee706b61/model-vers/model-ver/de9b9083-bef8-4cf8-b8df-cbdfe4670775?depth=0|INFO|500||Invoke 2021-05-16T05:36:46.750Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7299e7f-8a9a-4aff-93dc-9320ee706b61/model-vers/model-ver/de9b9083-bef8-4cf8-b8df-cbdfe4670775?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7299e7f-8a9a-4aff-93dc-9320ee706b61/model-vers/model-ver/de9b9083-bef8-4cf8-b8df-cbdfe4670775?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7aff9201-ed62-437e-b81d-beef7149d3b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[96305aea-aae5-4761-8801-d11aaf9aeead], X-ECOMP-RequestID=[7aff9201-ed62-437e-b81d-beef7149d3b5], X-TransactionId=[], X-ONAP-RequestID=[7aff9201-ed62-437e-b81d-beef7149d3b5], Content-Type=[application/merge-patch+json]} 2021-05-16T05:36:46.767Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7299e7f-8a9a-4aff-93dc-9320ee706b61/model-vers/model-ver/de9b9083-bef8-4cf8-b8df-cbdfe4670775?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-16T05:36:46.829Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7299e7f-8a9a-4aff-93dc-9320ee706b61/model-vers/model-ver/de9b9083-bef8-4cf8-b8df-cbdfe4670775?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/c7299e7f-8a9a-4aff-93dc-9320ee706b61/model-vers/model-ver/de9b9083-bef8-4cf8-b8df-cbdfe4670775?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210516-05:36:46:773-50357], vertex-id=[217160], Content-Length=[0], Date=[Sun, 16 May 2021 05:36:46 GMT], Content-Type=[application/json]} 2021-05-16T05:36:46.829Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7299e7f-8a9a-4aff-93dc-9320ee706b61/model-vers/model-ver/de9b9083-bef8-4cf8-b8df-cbdfe4670775?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-16T05:36:46.830Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7299e7f-8a9a-4aff-93dc-9320ee706b61/model-vers/model-ver/de9b9083-bef8-4cf8-b8df-cbdfe4670775?depth=0|INFO|500||InvokeReturn 2021-05-16T05:36:46.830Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-16T05:36:46.830Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-16T05:36:46.833Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-16T05:36:46.833Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7aff9201-ed62-437e-b81d-beef7149d3b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-16T05:36:46.833Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-16T05:36:46.834Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:46.835Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:46.835Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143406833, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:36:46.935Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:46.936Z||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-16T05:36:46.936Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:46.950Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:46.950Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 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-16T05:36:47.848Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-16T05:36:47.848Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b70daa9-ed5b-43a7-a8ec-c84f190ceba1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8eb32630-2168-41f0-aea5-89e3c1cfb38b","serviceDescription":"service","serviceInvariantUUID":"b73a8b4b-9e95-40dd-a01c-912a3d232668","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73cc341f-0790-4372-8cfe-1dc7122ef18b","resourceInvariantUUID":"bedda3a0-3b3a-4b81-ae81-6193edc9f974","resourceCustomizationUUID":"b0c3aba7-7060-482b-965c-af3fa387db67","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":"YWJmOTQyZGI5YjViZTg5NWU0NTZjNjY3NjMyZjgzNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b260a559-031c-47f3-84f0-2f8585193a6c","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":"d593509b-29b5-4bab-9b44-ea0c293b62df","artifactVersion":"2","generatedFromUUID":"b1fa8b41-0b3a-4711-8112-22713073efa8"},{"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":"b1fa8b41-0b3a-4711-8112-22713073efa8","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":"ZGY3OGFlNTgwYzI3ZGM5ZDIwMTFmOWNiOWQ0MDdiODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5fba433-83bb-4d47-8fa6-d5280ebb3f2f","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":"742a8892-17fa-49ca-9354-b91fbf7e5e56","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":"0b2fa237-a942-43ad-8042-3827bd331abd","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":"00c5f3a4-583f-429f-a64d-2bcfb1010d3e","artifactVersion":"2","generatedFromUUID":"742a8892-17fa-49ca-9354-b91fbf7e5e56"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmJjMmFlOTZjNTI2Mzk0NzM2NDAyOGM4MzBiM2FiODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"973ea4a8-877c-48f9-a23f-e1356149df16","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTFlNDc5MGViNDEyNGFhYjE4MzEwYTkzODJkMTQ5MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7fe6918-c286-4746-b03d-7b1c43fa32dd","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-16T05:36:47.848Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:47.848Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:47.850Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:47.850Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:36:47.950Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:47.950Z||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-16T05:36:47.951Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:47.961Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:47.961Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:48.850Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:48.851Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:48.853Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:48.853Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-16T05:36:48.953Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:48.954Z||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-16T05:36:48.954Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:48.965Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:48.966Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:36:49.853Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:49.854Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:49.856Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:49.856Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-16T05:36:49.956Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:49.957Z||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-16T05:36:49.957Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:49.969Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:49.970Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:36:50.856Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:50.857Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:50.859Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:50.859Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:36:50.959Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:50.960Z||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-16T05:36:50.960Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:50.970Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:50.970Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:36:51.859Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:51.860Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:51.862Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:51.862Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-16T05:36:51.962Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:51.963Z||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-16T05:36:51.963Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:51.973Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:51.974Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:36:52.862Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:52.863Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:52.865Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:52.865Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:36:52.965Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:52.966Z||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-16T05:36:52.966Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:52.976Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:52.976Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:53.865Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:53.866Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:53.868Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:53.868Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-16T05:36:53.968Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:53.969Z||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-16T05:36:53.969Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:53.981Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:53.981Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:54.868Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:54.869Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:54.871Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:54.871Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:36:54.971Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:54.972Z||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-16T05:36:54.972Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:54.983Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:54.983Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:55.872Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-16T05:36:55.872Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:55.874Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:55.874Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:36:55.974Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:55.975Z||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-16T05:36:55.975Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:55.987Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:55.988Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:56.875Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "8eb32630-2168-41f0-aea5-89e3c1cfb38b", "serviceDescription": "service", "serviceInvariantUUID": "b73a8b4b-9e95-40dd-a01c-912a3d232668", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b0c3aba7-7060-482b-965c-af3fa387db67", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "73cc341f-0790-4372-8cfe-1dc7122ef18b", "resourceInvariantUUID": "bedda3a0-3b3a-4b81-ae81-6193edc9f974", "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": "d593509b-29b5-4bab-9b44-ea0c293b62df", "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": "b1fa8b41-0b3a-4711-8112-22713073efa8", "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": "ZGY3OGFlNTgwYzI3ZGM5ZDIwMTFmOWNiOWQ0MDdiODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a5fba433-83bb-4d47-8fa6-d5280ebb3f2f", "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": "742a8892-17fa-49ca-9354-b91fbf7e5e56", "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": "00c5f3a4-583f-429f-a64d-2bcfb1010d3e", "generatedFromUUID": "742a8892-17fa-49ca-9354-b91fbf7e5e56" }, "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": "00c5f3a4-583f-429f-a64d-2bcfb1010d3e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTFlNDc5MGViNDEyNGFhYjE4MzEwYTkzODJkMTQ5MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d7fe6918-c286-4746-b03d-7b1c43fa32dd" } ], "workloadContext": "Production" } 2021-05-16T05:36:56.875Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-16T05:36:56.875Z|7aff9201-ed62-437e-b81d-beef7149d3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8eb32630-2168-41f0-aea5-89e3c1cfb38b ASDC 2021-05-16T05:36:56.876Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:8eb32630-2168-41f0-aea5-89e3c1cfb38b ServiceInvariantUUID:b73a8b4b-9e95-40dd-a01c-912a3d232668 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:d7fe6918-c286-4746-b03d-7b1c43fa32dd ArtifactChecksum:OTFlNDc5MGViNDEyNGFhYjE4MzEwYTkzODJkMTQ5MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b0c3aba7-7060-482b-965c-af3fa387db67 ResourceInvariantUUID:bedda3a0-3b3a-4b81-ae81-6193edc9f974 ResourceName:basic_cnf ResourceType:VF ResourceUUID:73cc341f-0790-4372-8cfe-1dc7122ef18b 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:d593509b-29b5-4bab-9b44-ea0c293b62df 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:b1fa8b41-0b3a-4711-8112-22713073efa8 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:a5fba433-83bb-4d47-8fa6-d5280ebb3f2f ArtifactChecksum:ZGY3OGFlNTgwYzI3ZGM5ZDIwMTFmOWNiOWQ0MDdiODE= 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:742a8892-17fa-49ca-9354-b91fbf7e5e56 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:00c5f3a4-583f-429f-a64d-2bcfb1010d3e 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:00c5f3a4-583f-429f-a64d-2bcfb1010d3e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-16T05:36:56.876Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8eb32630-2168-41f0-aea5-89e3c1cfb38b 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-16T05:36:56.911Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:36:56.911Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:36:56.911Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:36:56.911Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d7fe6918-c286-4746-b03d-7b1c43fa32dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-16T05:36:56.911Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:36:56.912Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-16T05:36:58.564Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:36:58.566Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d7fe6918-c286-4746-b03d-7b1c43fa32dd 71160 2021-05-16T05:36:58.567Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:36:58.567Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:36:58.567Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:36:58.567Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:36:58.568Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:36:58.568Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143418567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:36:58.668Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:36:58.669Z||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-16T05:36:58.669Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:36:58.680Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:36:58.681Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:36:59.569Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-16T05:36:59.569Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-16T05:36:59.570Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d7fe6918-c286-4746-b03d-7b1c43fa32dd, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-16T05:36:59.570Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-16T05:36:59.570Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-16T05:36:59.570Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-16T05:36:59.706Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7463483339202121237/Definitions/service-BasicCnf-template.yml 2021-05-16T05:37:00.589Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:00.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-16T05:37:00.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:37:00.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:37:00.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:00.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-16T05:37:00.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-16T05:37:00.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-16T05:37:00.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:00.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-16T05:37:00.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-16T05:37:00.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-16T05:37:00.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-16T05:37:00.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:37:00.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-16T05:37:00.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:37:00.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8bc5333f-acfa-4d2b-a2de-0eccd84385d3 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:00.594Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.594Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:00.594Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.594Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:00.594Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:00.594Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:00.594Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:8eb32630-2168-41f0-aea5-89e3c1cfb38b Model Version:NULL Model InvariantUuid:b73a8b4b-9e95-40dd-a01c-912a3d232668 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6e367bb7-f3e4-4adb-97bd-e67f6134891a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bedda3a0-3b3a-4b81-ae81-6193edc9f974 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b0c3aba7-7060-482b-965c-af3fa387db67 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1c2a4442-2bd9-4451-91e1-bc18fa5bd833 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:45187548-2d9f-4787-b973-c36d6b5ad961 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8bc5333f-acfa-4d2b-a2de-0eccd84385d3 ModelInvariantUuid:93255900-79af-43d9-af9d-45ec524b4071 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:72e15159-9907-4b9a-9deb-167589d50bc3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:1660e60b-a0ad-43e6-a647-292c6a8e63f1 ModelInvariantUuid:587f7bd2-9cbf-40c7-9386-0b3628f43a22 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:668ef5b0-96c1-4050-ae07-1dbbc70cc01b 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-16T05:37:00.602Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 73cc341f-0790-4372-8cfe-1dc7122ef18b 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-16T05:37:00.605Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||basic_cnf 0 2021-05-16T05:37:00.605Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73cc341f-0790-4372-8cfe-1dc7122ef18b 2021-05-16T05:37:00.605Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d593509b-29b5-4bab-9b44-ea0c293b62df from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-16T05:37:00.605Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:37:00.605Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:02.271Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:37:02.272Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d593509b-29b5-4bab-9b44-ea0c293b62df 12 2021-05-16T05:37:02.272Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:02.272Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:02.272Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:37:02.272Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:02.274Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:02.274Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143422272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:37:02.374Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:02.375Z||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-16T05:37:02.375Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:02.388Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:02.388Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:37:03.275Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b1fa8b41-0b3a-4711-8112-22713073efa8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-16T05:37:03.275Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:37:03.275Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:04.459Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:37:04.459Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b1fa8b41-0b3a-4711-8112-22713073efa8 2688 2021-05-16T05:37:04.459Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:04.459Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:04.459Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:37:04.460Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:04.461Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:04.461Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143424459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-16T05:37:04.561Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:04.562Z||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-16T05:37:04.562Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:04.574Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:04.574Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:37:05.462Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a5fba433-83bb-4d47-8fa6-d5280ebb3f2f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-16T05:37:05.463Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:37:05.463Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:06.140Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:37:06.141Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a5fba433-83bb-4d47-8fa6-d5280ebb3f2f 828 2021-05-16T05:37:06.141Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:06.141Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:06.141Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:37:06.142Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:06.143Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:06.143Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143426141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:37:06.243Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:06.244Z||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-16T05:37:06.245Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:06.256Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:06.256Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:37:07.144Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1c2a4442-2bd9-4451-91e1-bc18fa5bd833", "vfModuleModelVersion": "1", "vfModuleModelUUID": "45187548-2d9f-4787-b973-c36d6b5ad961", "vfModuleModelCustomizationUUID": "7c55c3c1-9544-47c2-a094-b9eed87bb0ff", "isBase": true, "artifacts": [ "b1fa8b41-0b3a-4711-8112-22713073efa8", "742a8892-17fa-49ca-9354-b91fbf7e5e56", "00c5f3a4-583f-429f-a64d-2bcfb1010d3e" ], "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-16T05:37:07.146Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:45187548-2d9f-4787-b973-c36d6b5ad961 VfModuleModelInvariantUUID:1c2a4442-2bd9-4451-91e1-bc18fa5bd833 VfModuleModelDescription:NULL Artifacts UUID List:{ b1fa8b41-0b3a-4711-8112-22713073efa8 , 742a8892-17fa-49ca-9354-b91fbf7e5e56 , 00c5f3a4-583f-429f-a64d-2bcfb1010d3e } 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-16T05:37:07.148Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1c2a4442-2bd9-4451-91e1-bc18fa5bd833", "vfModuleModelVersion": "1", "vfModuleModelUUID": "45187548-2d9f-4787-b973-c36d6b5ad961", "vfModuleModelCustomizationUUID": "7c55c3c1-9544-47c2-a094-b9eed87bb0ff", "isBase": true, "artifacts": [ "b1fa8b41-0b3a-4711-8112-22713073efa8", "742a8892-17fa-49ca-9354-b91fbf7e5e56", "00c5f3a4-583f-429f-a64d-2bcfb1010d3e" ], "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-16T05:37:07.148Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:45187548-2d9f-4787-b973-c36d6b5ad961 VfModuleModelInvariantUUID:1c2a4442-2bd9-4451-91e1-bc18fa5bd833 VfModuleModelDescription:NULL Artifacts UUID List:{ b1fa8b41-0b3a-4711-8112-22713073efa8 , 742a8892-17fa-49ca-9354-b91fbf7e5e56 , 00c5f3a4-583f-429f-a64d-2bcfb1010d3e } 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-16T05:37:07.148Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 742a8892-17fa-49ca-9354-b91fbf7e5e56 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-16T05:37:07.148Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:37:07.148Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:07.288Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:37:07.288Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 742a8892-17fa-49ca-9354-b91fbf7e5e56 1164 2021-05-16T05:37:07.289Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:07.289Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:07.289Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:37:07.289Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:07.290Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:07.290Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143427289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:37:07.391Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:07.391Z||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-16T05:37:07.391Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:07.402Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:07.403Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:37:08.291Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 00c5f3a4-583f-429f-a64d-2bcfb1010d3e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-16T05:37:08.291Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-16T05:37:08.292Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:08.489Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-16T05:37:08.489Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 00c5f3a4-583f-429f-a64d-2bcfb1010d3e 200 2021-05-16T05:37:08.490Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:08.490Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:08.490Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-16T05:37:08.490Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:08.491Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:08.491Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143428490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:37:08.592Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:08.592Z||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-16T05:37:08.592Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:08.603Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:08.603Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:37:09.492Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8eb32630-2168-41f0-aea5-89e3c1cfb38b 2021-05-16T05:37:09.493Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 73cc341f-0790-4372-8cfe-1dc7122ef18b 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=? 2021-05-16T05:37:09.505Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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 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-16T05:37:09.511Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.511Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:09.511Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-16T05:37:09.511Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b0c3aba7-7060-482b-965c-af3fa387db67 2021-05-16T05:37:09.511Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0c3aba7-7060-482b-965c-af3fa387db67 matches Tosca VF Customization UUID: b0c3aba7-7060-482b-965c-af3fa387db67 2021-05-16T05:37:09.511Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b0c3aba7-7060-482b-965c-af3fa387db67 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-16T05:37:09.513Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.513Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:09.514Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b0c3aba7-7060-482b-965c-af3fa387db67: {\"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-16T05:37:09.514Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f23603c 2021-05-16T05:37:09.514Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.514Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-16T05:37:09.514Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c55c3c1-9544-47c2-a094-b9eed87bb0ff 2021-05-16T05:37:09.514Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c55c3c1-9544-47c2-a094-b9eed87bb0ff 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-16T05:37:09.516Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.516Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-16T05:37:09.516Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:37:09.516Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.517Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-16T05:37:09.517Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:37:09.517Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.517Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-16T05:37:09.517Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-16T05:37:09.517Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8bc5333f-acfa-4d2b-a2de-0eccd84385d3 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-16T05:37:09.519Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.520Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-16T05:37:09.520Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-16T05:37:09.520Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.520Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-16T05:37:09.520Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b0c3aba7-7060-482b-965c-af3fa387db67 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-16T05:37:09.522Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.522Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:09.522Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8eb32630-2168-41f0-aea5-89e3c1cfb38b: basic_cnf 2021-05-16T05:37:09.522Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.522Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:09.522Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.522Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:09.523Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.523Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:09.523Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.523Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:09.523Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-16T05:37:09.523Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-16T05:37:09.523Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:09.575Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 73cc341f-0790-4372-8cfe-1dc7122ef18b 1 ASDC deployResourceStructure 2021-05-16T05:37:09.576Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:09.576Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:09.576Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-16T05:37:09.576Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:09.578Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:09.578Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143429576, "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-16T05:37:09.678Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:09.678Z||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-16T05:37:09.679Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:09.687Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:09.688Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:37:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:37:09.908Z||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-16T05:37:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:37:09.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:09.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:37:09.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143129905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:37:09.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:37:09.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:37:09.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143251372, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:37:09.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:37:09.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:37:09.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143253888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:37:09.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:37:09.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:37:09.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143255375, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:37:09.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:37:09.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:37:09.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143256958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:37:09.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:37:09.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:37:09.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143258059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:37:09.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:37:09.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:37:09.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143259062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:37:09.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:37:09.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:37:09.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143260065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-16T05:37:09.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:37:09.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:37:09.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143261069, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:37:09.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:37:10.579Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:10.579Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:10.579Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-16T05:37:10.580Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:10.581Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:10.581Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143430578, "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-16T05:37:10.681Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:10.682Z||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-16T05:37:10.682Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:10.693Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:10.694Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:37:11.582Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:11.582Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:11.582Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:37:11.582Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:11.584Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:11.584Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143431582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:37:11.684Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:11.685Z||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-16T05:37:11.685Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:11.696Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:11.696Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:37:12.585Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:12.585Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:12.586Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:37:12.586Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:12.587Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:12.588Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143432585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:37:12.688Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:12.689Z||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-16T05:37:12.689Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:12.700Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:12.700Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:37:13.589Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:13.589Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:13.589Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:37:13.590Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:13.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:13.591Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143433589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-16T05:37:13.692Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:13.692Z||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-16T05:37:13.692Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:13.705Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:13.705Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-16T05:37:14.592Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:14.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||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-16T05:37:14.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-16T05:37:14.593Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:37:14.595Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:37:14.595Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143434592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:37:14.695Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:37:14.695Z||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-16T05:37:14.696Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:37:14.708Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:37:14.708Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-16T05:37:15.595Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:37:15.602Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:37:15.603Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:37:15.604Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:37:15.604Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:37:45.604Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:37:45.615Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:37:45.616Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:37:45.617Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-16T05:37:45.617Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-16T05:38:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:38:09.908Z||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-16T05:38:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:38:09.927Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:38:09.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143318075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143319494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143319494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143318075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143319494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143318075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143319494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143318075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143326181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143327086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143319494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143318075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143326181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "ves-openapi-manager", "timestamp": 1621143327514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143327086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143319494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143318075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143326181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "ves-openapi-manager", "timestamp": 1621143327514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143329012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143327086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143319494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143318075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143326181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "ves-openapi-manager", "timestamp": 1621143327514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143329012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143327086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143319494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143318075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143326181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "ves-openapi-manager", "timestamp": 1621143327514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143329012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143327086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143319494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143318075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143326181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143331321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "ves-openapi-manager", "timestamp": 1621143327514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "dcae-sch", "timestamp": 1621143331780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143329012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143327086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143332168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143326181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143331321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "ves-openapi-manager", "timestamp": 1621143327514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143333393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "dcae-sch", "timestamp": 1621143331780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143333477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143329012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143327086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143326181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143332168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143331321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "ves-openapi-manager", "timestamp": 1621143327514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "cds", "timestamp": 1621143334398, "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-16T05:38:09.949Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 2021-05-16T05:38:09.949Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 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-16T05:38:09.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "dcae-sch", "timestamp": 1621143331780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143329012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143327086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143332168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143326181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143331321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "ves-openapi-manager", "timestamp": 1621143327514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "dcae-sch", "timestamp": 1621143331780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143329012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143327086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:38:09.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143332168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143331321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "ves-openapi-manager", "timestamp": 1621143327514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143335727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "dcae-sch", "timestamp": 1621143331780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143336640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143329012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143332168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143331321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143335727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "dcae-sch", "timestamp": 1621143331780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143329012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143332168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143331321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143338074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143335727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "dcae-sch", "timestamp": 1621143331780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143332168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143331321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143335727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "dcae-sch", "timestamp": 1621143331780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143332168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143331321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143335727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "dcae-sch", "timestamp": 1621143331780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143340742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143332168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143335727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143341541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143341555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143335727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143342769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143342946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143335727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143343650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143343744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143343840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143343949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:38:09.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143335727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:38:09.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143344652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "aai-ml", "timestamp": 1621143344746, "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-16T05:38:09.967Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 2021-05-16T05:38:09.967Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 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-16T05:38:09.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "policy-id", "timestamp": 1621143344952, "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-16T05:38:09.977Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 2021-05-16T05:38:09.977Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 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-16T05:38:09.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143345500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143345557, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143345641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143345961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143346344, "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-16T05:38:09.988Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 2021-05-16T05:38:09.988Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 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-16T05:38:09.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143346513, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:38:09.993Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:09.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:09.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143346644, "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-16T05:38:09.997Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 2021-05-16T05:38:09.997Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 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-16T05:38:10.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143347140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:10.005Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:10.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-k8s-id", "timestamp": 1621143347348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:38:10.005Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:10.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "clamp", "timestamp": 1621143347515, "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-16T05:38:10.009Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 2021-05-16T05:38:10.009Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 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-16T05:38:10.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-starlingx-id", "timestamp": 1621143347646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:38:10.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:10.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143347949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:38:10.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:10.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143348147, "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-16T05:38:10.019Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 2021-05-16T05:38:10.019Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 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-16T05:38:10.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621143348952, "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-16T05:38:10.028Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 2021-05-16T05:38:10.028Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 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-16T05:38:10.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "multicloud-windriver-id", "timestamp": 1621143349151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "491c0b5d-e690-41fc-892e-da1cfa09c091", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143352301, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-16T05:38:10.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143366089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143368250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:38:10.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:38:15.617Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T05:38:15.626Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T05:38:15.628Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-16T05:38:15.629Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-16T05:38:15.629Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-16T05:38:15.629Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-16T05:38:15.629Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:38:15.629Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:38:15.630Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:38:15.630Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:38:15.630Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:38:15.630Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-16T05:38:15.631Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-16T05:38:15.635Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-16T05:38:45.635Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 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-16T05:38:45.641Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 and serviceModelVersionId: 8eb32630-2168-41f0-aea5-89e3c1cfb38b 2021-05-16T05:38:45.641Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b73a8b4b-9e95-40dd-a01c-912a3d232668 2021-05-16T05:38:45.642Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b73a8b4b-9e95-40dd-a01c-912a3d232668/model-vers/model-ver/8eb32630-2168-41f0-aea5-89e3c1cfb38b?depth=0 2021-05-16T05:38:45.645Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-16T05:38:45.672Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b73a8b4b-9e95-40dd-a01c-912a3d232668/model-vers/model-ver/8eb32630-2168-41f0-aea5-89e3c1cfb38b?depth=0|INFO|500||Invoke 2021-05-16T05:38:45.673Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b73a8b4b-9e95-40dd-a01c-912a3d232668/model-vers/model-ver/8eb32630-2168-41f0-aea5-89e3c1cfb38b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b73a8b4b-9e95-40dd-a01c-912a3d232668/model-vers/model-ver/8eb32630-2168-41f0-aea5-89e3c1cfb38b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b70daa9-ed5b-43a7-a8ec-c84f190ceba1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b876e8ce-599b-4a86-8469-3afe4b1c5f57], X-ECOMP-RequestID=[0b70daa9-ed5b-43a7-a8ec-c84f190ceba1], X-TransactionId=[], X-ONAP-RequestID=[0b70daa9-ed5b-43a7-a8ec-c84f190ceba1], Content-Type=[application/merge-patch+json]} 2021-05-16T05:38:45.693Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b73a8b4b-9e95-40dd-a01c-912a3d232668/model-vers/model-ver/8eb32630-2168-41f0-aea5-89e3c1cfb38b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-16T05:38:45.751Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b73a8b4b-9e95-40dd-a01c-912a3d232668/model-vers/model-ver/8eb32630-2168-41f0-aea5-89e3c1cfb38b?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/b73a8b4b-9e95-40dd-a01c-912a3d232668/model-vers/model-ver/8eb32630-2168-41f0-aea5-89e3c1cfb38b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210516-05:38:45:698-57450], vertex-id=[213168], Content-Length=[0], Date=[Sun, 16 May 2021 05:38:45 GMT], Content-Type=[application/json]} 2021-05-16T05:38:45.752Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b73a8b4b-9e95-40dd-a01c-912a3d232668/model-vers/model-ver/8eb32630-2168-41f0-aea5-89e3c1cfb38b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-16T05:38:45.753Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b73a8b4b-9e95-40dd-a01c-912a3d232668/model-vers/model-ver/8eb32630-2168-41f0-aea5-89e3c1cfb38b?depth=0|INFO|500||InvokeReturn 2021-05-16T05:38:45.753Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-16T05:38:45.753Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-16T05:38:45.758Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-16T05:38:45.758Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b70daa9-ed5b-43a7-a8ec-c84f190ceba1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-16T05:38:45.758Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-16T05:38:45.759Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-16T05:38:45.760Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-16T05:38:45.760Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143525758, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:38:45.860Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-16T05:38:45.861Z||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-16T05:38:45.861Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ... 2021-05-16T05:38:45.874Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:38:45.874Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 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-16T05:38:46.769Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:38:46.770Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:38:46.770Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:38:56.964Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:38:56.965Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:38:56.965Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:38:56.965Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:39:06.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:39:06.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:39:06.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:39:06.517Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:39:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:39:09.908Z||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-16T05:39:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:39:09.929Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143370071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143371586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143372682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143373684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143374687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143375690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aff9201-ed62-437e-b81d-beef7149d3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143406833, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:39:09.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-16T05:39:09.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:39:09.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-16T05:39:09.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:39:09.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-16T05:39:09.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:39:09.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-16T05:39:09.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:39:09.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-16T05:39:09.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:39:09.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143353315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-16T05:39:09.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-16T05:39:09.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143418567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-16T05:39:09.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143422272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143424459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143426141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143427289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-16T05:39:09.935Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143428490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-16T05:39:09.935Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:09.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:39:09.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143429576, "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-16T05:39:09.935Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:39:16.054Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:39:16.054Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:39:16.055Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:39:16.055Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:39:25.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:39:25.593Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:39:25.594Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:39:25.594Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:39:35.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:39:35.136Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:39:35.136Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:39:35.136Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:39:44.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:40:09.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:40:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:40:09.906Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:40:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:40:09.908Z||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-16T05:40:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:40:09.927Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:40:09.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:40:09.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143430578, "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-16T05:40:09.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:40:09.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:40:09.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143431582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-16T05:40:09.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:40:09.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:40:09.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143432585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-16T05:40:09.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:40:09.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:40:09.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143433589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-16T05:40:09.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:40:09.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-16T05:40:09.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143434592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-16T05:40:09.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:40:19.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:41:09.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:41:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:41:09.906Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:41:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:41:09.908Z||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-16T05:41:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:41:10.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:41:10.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-16T05:41:10.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b70daa9-ed5b-43a7-a8ec-c84f190ceba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621143525758, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-16T05:41:10.437Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-16T05:41:19.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:42:09.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:42:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:42:09.906Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:42:09.907Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:42:09.908Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|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-16T05:42:09.908Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|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 NVeQSU97aPMWYACT) ... 2021-05-16T05:42:19.456Z|0b70daa9-ed5b-43a7-a8ec-c84f190ceba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:42:19.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:43:09.905Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:43:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:43:09.906Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:43:09.907Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:43:09.908Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|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-16T05:43:09.908Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|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 NVeQSU97aPMWYACT) ... 2021-05-16T05:43:19.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:43:19.454Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:44:09.905Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:44:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:44:09.906Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:44:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:44:09.908Z||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-16T05:44:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:44:19.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:44:19.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:45:09.905Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:45:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:45:09.906Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:45:09.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:45:09.908Z||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-16T05:45:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:45:19.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:45:19.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:46:09.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:46:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:46:09.906Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:46:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:46:09.908Z||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-16T05:46:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:46:19.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:46:19.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:47:09.905Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:47:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:47:09.906Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:47:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:47:09.908Z||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-16T05:47:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:47:19.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:47:19.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:48:09.905Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:48:09.906Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-16T05:48:09.906Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NVeQSU97aPMWYACT) ... 2021-05-16T05:48:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-16T05:48:09.908Z||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-16T05:48:09.908Z||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 NVeQSU97aPMWYACT) ... 2021-05-16T05:48:19.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-16T05:48:19.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK